@font-face {
    font-family: 'Microgramma';
    src: url('../fonts/Microgramma.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}

:root {
    --ftb-black: #0b0b0b;
}

::backdrop {
    background-color: var(--ftb-black);
    opacity: 0.6;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}