/* Brand fonts load from resources/views/partials/brand-fonts.blade.php (Poppins + Playfair Display).
   SF Pro Text was removed — do not add @font-face for unused families here. */
body {
    font-family: "Poppins", system-ui, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-playfair, "Playfair Display", serif);
    font-style: normal;
}
