/* src/styles/fonts.css */
@font-face {
    font-family: 'AnoBlack';
    src: url('./anoblack-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}