@font-face
{
    font-family: 'DM Sans';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/dm-sans-v15-latin-300.woff2') format('woff2');
}

@font-face
{
    font-family: 'DM Sans';
    font-weight: bold;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/dm-sans-v15-latin-600.woff2') format('woff2');
}

@font-face
{
    font-family: 'Quando';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/quando-v16-latin-regular.woff2') format('woff2');
}

:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-font: #787878;
    --color-green-lighter: #E7EBEE;
    --color-green-light: #D2DADD;
    --color-green: #5C7A84;
    --color-green-dark: #526F77;
}

*
{
    box-sizing: border-box;
}