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

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

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

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

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

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

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

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

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


:root {
    --primary: #F35601;
    --secondary: #FFB67C;
    --background: #0A0A08;
    --foreground: #F5F5F7;

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

    --rounded-small: 0.5rem;
    --rounded-medium: 1rem;
    --rounded-large: 2rem;
    --rounded-full: 50%;

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

