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

/* Caveat - Handwritten body text */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    size-adjust: 120%;
    src: url('/fonts/caveat.woff2') format('woff2');
}

/* Indie Flower - Handwritten headings */
@font-face {
    font-family: 'Indie Flower';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/indie-flower.woff2') format('woff2');
}

/* Cormorant Garamond - Elegant quotes */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('/fonts/cormorant-garamond.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400 600;
    font-display: swap;
    src: url('/fonts/cormorant-garamond-italic.woff2') format('woff2');
}

/* Custom Georgian Handwritten Font */
/* Custom Georgian Handwritten Font (Restored) */
@font-face {
    font-family: 'GeoPerf';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/geoperf-regular.woff2') format('woff2');
}

/* Playfair Display - Display headings */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/playfair-display.woff2') format('woff2');
}