/* ==========================================
   SACRED PRINTWORKS — LOCAL FONTS
   Cinzel + Space Mono
   ========================================== */

/* Cinzel Regular */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('cinzel-400.woff2') format('woff2');
}

/* Cinzel Bold */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('cinzel-700.woff2') format('woff2');
}

/* Space Mono Regular */
@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('space-mono-400.woff2') format('woff2');
}

/* Space Mono Bold */
@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('space-mono-700.woff2') format('woff2');
}
