/* ============================================================================
   ATLAS THEME - SELF-HOSTED GOOGLE FONTS
   ============================================================================
   Pirata One - Display/Logo text (pirate/nautical cursive)
   Cinzel - Navigation, labels, buttons (classical Roman serif)
   IM Fell English - Body text, descriptions (old printing press style)
   ============================================================================ */

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

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

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

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

/* IM Fell English - Regular 400 */
@font-face {
    font-family: 'IM Fell English';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('IMFellEnglish-Regular.ttf') format('truetype');
}

/* IM Fell English - Italic 400 */
@font-face {
    font-family: 'IM Fell English';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('IMFellEnglish-Italic.ttf') format('truetype');
}
