﻿:root {
    --primary-color: #245567;
    --secondary-color: #f7a452;
    --tertiary-color: #4a7787;
    --background-color: #f2f8fa;
    --primary-font-color: #245567;
    --secondary-font-color:white;
    --tertiary-font-color: white;
    --primary-font-family: 'Montserrat Light';
    --secondary-font-family: 'Interstate Bold';
    --tertiary-font-family: 'Tintin Majuscules Bold';
    --font-size-0: 40px;
    --font-size-1: 32px;
    --font-size-2: 26px;
    --font-size-3: 18px;
    --font-size-4: 16px;
    --font-size-5: 14px;
    --svg-title-width: 320px;
}

@media (max-width: 1249px) {
    :root {
        --font-size-0: 29px;
        --font-size-1: 26px;
        --font-size-2: 22px;
        --font-size-3: 16px;
        --font-size-4: 14px;
        --font-size-5: 12px;
        --svg-title-width: 265px;
    }
}

@font-face {
    font-family: "Montserrat Light";
    src: url('../fonts/Montserrat Light.woff2') format('woff2'), url('../fonts/Montserrat Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Interstate Bold";
    src: url('../fonts/Interstate Bold.woff2') format('woff2'), url('../fonts/Interstate Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tintin Majuscules Bold";
    src: url('../fonts/Tintin Majuscules Bold.woff2') format('woff2'), url('../fonts/Tintin Majuscules Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}