﻿:root {
    --primary-color: #32695d;
    --secondary-color: #ffae00;
    --tertiary-color: #5cab9a;
    --background-color: #f2f8fa;
    --primary-font-color: #206355;
    --secondary-font-color:white;
    --tertiary-font-color: white;
    --primary-font-family: 'Montserrat Light';
    --secondary-font-family: 'Playfair Display';
    --tertiary-font-family: 'Playfair Display';
    --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: 340px;
}

@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: 285px;
    }
}

@font-face {
    font-family: "Montserrat Light";
    src: url('../fonts/Montserrat Light.woff2') format('woff2'), url('../fonts/Montserrat Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url('../fonts/Playfair Display.woff2') format('woff2'), url('../fonts/Playfair Display.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tintin Majuscules Bold";
    src: url('../fonts/Tintin Majuscules Bold.woff2') format('woff2'), url('../fonts/Tintin Majuscules Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}