﻿:root {
    --primary-color: #213555;
    --secondary-color: #D8C4B6;
    --tertiary-color: #3E5879;
    --background-color: #F5EFE7;
    --primary-font-color: #213555;
    --secondary-font-color: #F5EFE7;
    --tertiary-font-color: #3D3D3D;
    --primary-font-family: 'Open Sans', sans-serif;
    --secondary-font-family: 'Montserrat', sans-serif;
    --tertiary-font-family: 'Montserrat', sans-serif;
    --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: 290px;
}

@media (max-width: 1249px) {
    :root {
        --font-size-0: 32px;
        --font-size-1: 26px;
        --font-size-2: 22px;
        --font-size-3: 16px;
        --font-size-4: 14px;
        --font-size-5: 12px;
    }
}

@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-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat.woff2') format('woff2'), url('../fonts/Montserrat.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}