/* =========================================================
   Feuille de marque : TIMZLAB
   Chargee APRES site.css, AVANT site_overrides.css.
   Ne mettre ici que ce qui differe de la marque par defaut.
   ========================================================= */

@font-face {
    font-family: 'MontSerrat';
    src: url('/fonts/Montserrat-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /* Palette de marque */
    --brand-primary: #1F09F8;
    --brand-secondary: #000000;
    --brand-third: #FF6A00;
    --brand-accent: #34a853;

    /* Bandeau : Tim / Z / lab */
    --brand-title-1: var(--brand-primary);
    --brand-title-2: var(--brand-secondary);  /* Z : mettre var(--brand-accent) pour le faire ressortir */
    --brand-title-3: var(--brand-third);

    /* Fond des barres header / footer */
    --brand-header-footer: #BACBFD; /*bleu clair*/
    /* Police header / footer */
    --brand-header-footer-color: #FFFFFF; /*blanc*/
	
	--brand-title-font: 'MontSerrat', Arial, Helvetica, sans-serif;
}
