﻿:root {
    --primary-color: black;
    --secondary-color: #fcb205;
    --tertiary-color: #4A6D7C;
    --background-color: white;
    --primary-font-color: black;
    --secondary-font-color: white;
    --tertiary-font-color: #D9EAFD;
    --primary-font-family: 'Roboto';
    --secondary-font-family: 'Roboto 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: 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: "Roboto";
    src: url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Bold";
    src: url('../fonts/Roboto Bold.woff2') format('woff2'), url('../fonts/Roboto Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}