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

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

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

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

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

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

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

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

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


:root {
    --primary: #73BF43;
    --secondary: #FFD600;
    --background: #221F1F;
    --foreground: #FDFDFD;

    --best-friends: 1rem;
    --friends: 2rem;
    --acquaintances: 3.5rem;
    --strangers: 7.5rem;

    --rounded-small: 0.5rem;
    --rounded-medium: 1.5rem;
    --rounded-large: 2.5rem;
    --rounded-full: 50%;

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

