/**
 * Self-hosted Google Fonts — Salone Mediterraneo dell'Impresa
 *
 * Font scaricati da Google Fonts e serviti localmente per evitare
 * trasferimento IP a Google (GDPR compliance post Munich 2022).
 *
 * Famiglie: Epilogue (heading), Manrope (body), Inter (mono/stats)
 * Subset: latin
 * Formato: woff2
 * font-display: swap (coerente con il display=swap usato prima)
 *
 * File in: assets/fonts/
 */

/* === Epilogue === */
@font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/epilogue-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/epilogue-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/epilogue-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/epilogue-900.woff2') format('woff2');
}

/* === Inter === */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/inter-900.woff2') format('woff2');
}

/* === Manrope === */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/manrope-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/manrope-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/manrope-700.woff2') format('woff2');
}
