/* Default font for body - Inter (Primary UI & Headings) */
body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* secondary font - EB Garamond (Editorial/Long-form) */
.secondary-font, #secondary-font {
    font-family: "EB Garamond", Georgia, serif;
}

/* primary font - Inter (UI & Headings) */
.primary-font, #primary-font {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em; /* +1-2% for headlines */
}

/* Default font - Inter */
.default-font, #default-font {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
