/**
 * @font-face declarations for SVN-Georgia (self-hosted .otf)
 * Astro injected fonts via JS; we declare them here for WordPress.
 */

@font-face {
    font-family: 'SVN-Georgia';
    src: url('../fonts/SVN-Georgia-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Georgia';
    src: url('../fonts/SVN-Georgia-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Georgia';
    src: url('../fonts/SVN-Georgia-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Georgia';
    src: url('../fonts/SVN-Georgia-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
