@font-face {
    font-family: 'Source Sans 3';
    src: url('https://lease.testwb.nl/fonts/Source_Sans_3/Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('https://lease.testwb.nl/fonts/Source_Sans_3/ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('https://lease.testwb.nl/fonts/Source_Sans_3/Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('https://lease.testwb.nl/fonts/Source_Sans_3/Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('https://lease.testwb.nl/fonts/Source_Sans_3/Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('https://lease.testwb.nl/fonts/Source_Sans_3/SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('https://lease.testwb.nl/fonts/Source_Sans_3/Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('https://lease.testwb.nl/fonts/Source_Sans_3/ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('https://lease.testwb.nl/fonts/Source_Sans_3/Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary: #D83BF7;
    --secondary: #E8D030;
    --background: #292929;
    --foreground: #D6D6D6;

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

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

    --font-family: Source Sans 3;
    --font-zoom-multiplier: 0.85;
}

@media (min-width: 768px) {
    :root {
        --best-friends-md: 1rem;
        --best-friends: var(--best-friends-md);
    }
}
@media (min-width: 1024px) {
    :root {
        --strangers-lg: 8rem;
        --strangers: var(--strangers-lg);
    }
}
