@font-face {
    font-family: 'Brooklyn-Book';
    src: url('../otf/brooklyn-book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-brooklyn-book: 'Brooklyn-Book', sans-serif;
}