﻿:root {
    --primary-color: #55868C;
    --secondary-color: #F3DE8A;
    --tertiary-color: #72AEB6;
    --background-color: #f2f8fa;
    --primary-font-color: #416E74;
    --secondary-font-color:white;
    --tertiary-font-color: white;
    --primary-font-family: 'Montserrat Light';
    --secondary-font-family: 'Sansation Bold';
    --tertiary-font-family: 'Demo';
    --quaternary-font-family: 'Mozaic Italic 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: 300px;
}

@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: 230px;
    }
}

@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: "Sansation Bold";
    src: url('../fonts/Sansation Bold.woff2') format('woff2'), url('../fonts/Sansation Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Demo";
    src: url('../fonts/Demo.woff2') format('woff2'), url('../fonts/Demo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mozaic Italic Bold";
    src: url('../fonts/Mozaic Italic Bold.woff2') format('woff2'), url('../fonts/Mozaic Italic Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}