@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&display=swap');
/* Load Nexa font weights */

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/nexa/Nexa-ExtraLight.ttf') format('opentype');
    font-weight: 900;
    font-display: swap;
}



/* Apply Nexa everywhere */
/* Default body font */
* {
    font-family: 'Nexa', sans-serif;
}

/* Elegant bold headings */
.fs_heading,
.fs_heading * {
    font-family: 'Bodoni Moda', serif !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}