/* * fonts.css - SEPTALABS PRESTIGE LOCAL TYPOGRAPHY 
 * Lokasi: plugins/themes/septalabs_scopus_prestige/assets/css/fonts.css
 */

/* === CINZEL (Luxury Serif for Headings) === */
@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* === MANROPE (Modern Sans for Body) === */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope.woff2') format('woff2');
    font-weight: 300 700; /* Mendukung variable font jika tersedia */
    font-style: normal;
    font-display: swap;
}

/* === INTER (Dashboard & UI Elements) === */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter.woff2') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}
/**
 * fonts.css - SEPTALABS PRESTIGE LOCAL TYPOGRAPHY
 * Lokasi: assets/fonts/
 */

/* CINZEL - Luxury Headings */
@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel.woff2') format('woff2');
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
}

/* MANROPE - Modern Body Text */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope.woff2') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

/* INTER - Admin & UI Elements */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter.woff2') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}
/* === GLOBAL TYPOGRAPHY RULES === */
/* Mengunci Font agar sesuai dengan desain Prestige */
.font-serif {
    font-family: 'Cinzel', serif !important;
}

.font-sans {
    font-family: 'Manrope', 'Inter', ui-sans-serif, system-ui, sans-serif !important;
}

/* Memastikan Admin Dashboard pakai Inter agar terlihat profesional */
body.antialiased {
    font-family: 'Manrope', sans-serif;
}