﻿:root {
    --primary-color: #13315c;
    --secondary-color: #f4a259;
    --tertiary-color: #8da9c4;
    --background-color: #edf3f7;
    --primary-font-color: #13315c;
    --secondary-font-color: #EFEFEF;
    --tertiary-font-color: #213555;
    --primary-font-family: "Raleway", sans-serif;
    --secondary-font-family: "AcherusGrotesque-Bold", sans-serif;
    --font-size-0: 40px;
    --font-size-1: 32px;
    --font-size-2: 26px;
    --font-size-3: 22px;
    --font-size-4: 16px;
    --font-size-5: 14px;
    --svg-title-width: 455px;
}

@media (max-width: 1249px) {
    :root {
        --font-size-0: 25px;
        --font-size-1: 22px;
        --font-size-2: 22px;
        --font-size-3: 16px;
        --font-size-4: 14px;
        --font-size-5: 12px;
        --svg-title-width: 340px;
    }
}

@font-face {
    font-family: "Raleway";
    src: url('../fonts/Oxygen.woff2') format('woff2'), url('../fonts/Oxygen.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AcherusGrotesque-Bold";
    src: url('../fonts/Poetsen One.woff2') format('woff2'), url('../fonts/Poetsen One.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}