/* ============================================================
   Theme overrides for the shared account section.

   Crafty.OrchardCore.Ecommerce ships account.css with neutral
   defaults because those views are shared with the other tenants.
   Anything that is specific to Schrieck's belongs here instead of
   in the module, where it would leak into CyclePassion, Gijsbrechts,
   Qosmo, VanDessel and Shop.
   ============================================================ */

.account-section,
.account-card {
    /* Matches $headings-font-family in schriecksfriethuys.scss. Bootstrap
       exposes no CSS variable for the heading font, so the module cannot pick
       this up on its own — without this the account values render in a
       fallback serif and read as a different typeface next to the headings. */
    --account-serif: "Fraunces", Georgia, serif;
}
