/* --- BOOKISH (Serif / Text) --- */
@font-face {
    font-family: 'Bookish';
    src: url('/fonts/Bookish-Font.woff2') format('woff2');
    font-weight: 400; /* Normal */
    font-style: normal;
}

@font-face {
    font-family: 'Bookish';
    src: url('/fonts/Bookish-Italic.woff2') format('woff2');
    font-weight: 400; /* Normal */
    font-style: italic;
}

/* --- FAVORIT PRO (Sans-Serif / UI) --- */
@font-face {
    font-family: 'Favorit Pro';
    src: url('/fonts/Favorit-Pro-Regular.woff2') format('woff2');
    font-weight: 400; /* Normal */
    font-style: normal;
}

@font-face {
    font-family: 'Favorit Pro';
    src: url('/fonts/Favorit-Pro-Medium.woff2') format('woff2');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Favorit Pro';
    src: url('/fonts/Favorit-Pro-Bold.woff2') format('woff2');
    font-weight: 700; /* Bold */
    font-style: normal;
}

/* --- GRENETTE PRO (Display / Headings) --- */
@font-face {
    font-family: 'Grenette Pro';
    src: url('/fonts/Grenette-Pro-Regular.woff2') format('woff2');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Grenette Pro';
    src: url('/fonts/Grenette-Pro-SemiBold.woff2') format('woff2');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}