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

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

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

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

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

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

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

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

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


:root {
    --primary: #FFD599;
    --secondary: #544B38;
    --background: #0A0A08;
    --foreground: #FFEED6;

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

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

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

