/************************************/
/*** 	  CSS Variables Reference	  ***/
/************************************/	

/*
This file shows all available CSS variables in the theme.
Actual values are set dynamically via WordPress Customizer.
*/

:root{
	
	/* ===================== */
	/* Core Colors (Customizer Controlled) */
	/* ===================== */
	--primary-color: #252428;           /* Customizer: primary_color */
	--secondary-color: #f4f7fa;         /* Customizer: secondary_color */
	--accent-color: #ce0606;            /* Customizer: accent_color */
	--text-color: #3D5A6A;              /* Customizer: text_color */
	--white-color: #ffffff;             /* Fixed value */
	
	/* ===================== */
	/* Typography (Customizer Controlled) */
	/* ===================== */
	--default-font: "Montserrat", sans-serif;      /* Customizer: body_font */
	--heading-font: "Poppins", sans-serif;         /* Customizer: heading_font */
	--body-font-weight: 400;                       /* Customizer: body_font_weight */
	--heading-font-weight: 600;                    /* Customizer: heading-font-weight */
	
	/* ===================== */
	/* Logo Sizes (Customizer Controlled) */
	/* ===================== */
	--main-logo-width: 250px;          /* Customizer: main_logo_width */
	--sticky-logo-width: 160px;        /* Customizer: sticky_logo_width */
	--footer-logo-width: 180px;        /* Customizer: footer_logo_width */
	--mobile-logo-width: 200px;        /* Customizer: mobile_logo_width */
	--footer-brand-logo-width: 180px;  /* Customizer: footer_logo_width */
	
	/* ===================== */
	/* Header Variables (Customizer Controlled) */
	/* ===================== */
	--topbar-bg-color: #ce0606;        /* Customizer: topbar_bg_color */
	--topbar-text-color: #ffffff;      /* Customizer: topbar_text_color */
	--sticky-header-bg: #ffffff;       /* Customizer: sticky_header_bg */
	
	/* ===================== */
	/* Footer Variables (Customizer Controlled) */
	/* ===================== */
	--footer-bg-color: #002F47;        /* Customizer: footer_bg_color */
	--footer-text-color: #ffffff;      /* Customizer: footer_text_color */
	--footer-accent-color: #ce0606;    /* Customizer: footer_accent_color */
	--footer-border-color: rgba(255, 255, 255, 0.1); /* Customizer: footer_border_color */
	
	/* ===================== */
	/* Breadcrumbs Variables (Customizer Controlled) */
	/* ===================== */
	--breadcrumbs-bg-color: #002F47;
	--breadcrumbs-overlay-color: rgba(0, 47, 71, 0.95);
	--breadcrumbs-text-color: #ffffff;
	--breadcrumbs-link-color: #ffffff;
	--breadcrumbs-link-hover-color: #ce0606;
	--breadcrumbs-separator-color: rgba(255, 255, 255, 0.6);
	--breadcrumbs-current-color: #ce0606;
	--breadcrumbs-item-bg-color: rgba(255, 255, 255, 0.12);
	--breadcrumbs-title-size: 62px;
	--breadcrumbs-title-size-mobile: 36px;
	--breadcrumbs-title-weight: 700;
	--breadcrumbs-font-size: 15px;
	--breadcrumbs-top-padding: 150px;
	--breadcrumbs-bottom-padding: 130px;
	--breadcrumbs-top-padding-mobile: 100px;
	--breadcrumbs-bottom-padding-mobile: 80px;

}