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

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

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

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

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

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

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

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

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


:root {
    --primary: #52FF00;
    --secondary: #DEF5D1;
    --background: #0A0A08;
    --foreground: #F5F5F7;

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

    --rounded-small: 0.75rem;
    --rounded-medium: 1.5rem;
    --rounded-large: 3rem;
    --rounded-full: 50%;

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

