/* ============================================
   CUSTOM FONTS — Pérez Gómez Theme
   Local @font-face declarations
   ============================================ */

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

/* ---- Mona Sans — SemiBold (600) ---- */
@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/Mona-Sans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ---- Foundry Monoline OT3 — Medium ---- */
@font-face {
    font-family: 'Foundry Mononline';
    src: url('../fonts/FoundryMonolineOT3-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
