﻿:root {
    --primary-color: #ed4242;
    --secondary-color: white;
    --tertiary-color: #28536B;
    --background-color: white;
    --primary-font-color: #0E0F19;
    --secondary-font-color: white;
    --tertiary-font-color: #0E0F19;
    --primary-font-family: 'Open Sans';
    --secondary-font-family: 'CalSans-Regular';
    --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: 390px;
}

@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: 325px;
    }
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/Open Sans.woff2') format('woff2'), url('../fonts/Open Sans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CalSans-Regular";
    src: url('../fonts/CalSans-Regular.woff2') format('woff2'), url('../fonts/CalSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}