﻿:root {
    --primary-color: #2c4b50;
    --secondary-color: #fcbf14;
    --tertiary-color: #5d99a3;
    --background-color: rgba(242,243,244,1);
    --primary-font-color: #114B5F;
    --secondary-font-color: white;
    --tertiary-font-color: #E4FDE1;
    --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: 380px;
}

@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: 310px
    }
}

@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: bold;
    font-style: normal;
}