* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --green: hsl(75, 94%, 57%);
    --white: hsl(0, 0%, 100%);
    --grey: hsl(0, 0%, 73%);
    --grey-700: hsl(0, 0%, 20%);
    --grey-800: hsl(0, 0%, 12%);
    --grey-900: hsl(0, 0%, 8%);
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/static/Inter-Regular.ttf') format('woff2');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/static/Inter-Bold.ttf') format('woff2');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/static/Inter-SemiBold.ttf') format('woff2');
}
