/* fonts.css - Consolidated font definitions */
@font-face {
    font-family: 'WantedSansVariable';
    src: url('../fonts/wanted_sans/WantedSans-1.0.1/variable/WantedSansVariable.ttf') format('truetype'),
         url('../fonts/wanted_sans/WantedSans-1.0.1/otf/WantedSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

/* Preconnect hint for faster font loading */
/* Add this to HTML: <link rel="preconnect" href="fonts" crossorigin> */
