@font-face {
    font-family: 'Montserrat';
    src: url('https://hmk.testwb.nl/fonts/Montserrat/Variable.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://hmk.testwb.nl/fonts/Montserrat/Variable.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://hmk.testwb.nl/fonts/Montserrat/Variable.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://hmk.testwb.nl/fonts/Montserrat/Variable.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://hmk.testwb.nl/fonts/Montserrat/Variable.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://hmk.testwb.nl/fonts/Montserrat/Variable.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://hmk.testwb.nl/fonts/Montserrat/Variable.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://hmk.testwb.nl/fonts/Montserrat/Variable.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://hmk.testwb.nl/fonts/Montserrat/Variable.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary: #044A32;
    --secondary: #E9650E;
    --background: #121212;
    --foreground: #F7F7F7;

    --best-friends: 0.75rem;
    --friends: 1.5rem;
    --acquaintances: 3.5rem;
    --strangers: 7.5rem;

    --rounded-small: 0rem;
    --rounded-medium: 2rem;
    --rounded-large: 3rem;
    --rounded-full: 50%;

    --font-family: Montserrat;
    --font-zoom-multiplier: 0.9;
}

