@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSans/MuseoSans_300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSans/MuseoSans_500.woff2') format('woff2'),
         url('../fonts/MuseoSans/MuseoSans_500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSans/MuseoSans_700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa/Comfortaa_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa/Comfortaa_Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa/Comfortaa_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'V5 Prophit';
    src: url('../fonts/v5_prophit/V5ProphitDot.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --font_default: 'Museo Sans', sans-serif;
    --font_highlight_1: 'Comfortaa', sans-serif;
    --font_highlight_2: 'V5 Prophit', sans-serif;
    --font_highlight_3: 'Comfortaa', sans-serif;
    --font_highlight_4: 'Comfortaa', sans-serif;
}

body {
    font-family: var(--font_default);
    font-weight: 300;
}