/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: Oannes
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below. */

/* Breadcrumb navtx */

.custom-breadcrumbs {
    font-family: "Inter", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}

.custom-breadcrumbs a {
    /*color: #164194;*/
	/*color: #EAF8FD;*/
}

.custom-breadcrumbs .current-item {
    color: #EAF8FD;
}

