/* ===========================================================================
   custom.css — Akin design team's free-form style overrides.

   This file loads LAST (after the app's built-in styles), so anything you put
   here wins. Edit it over WebDAV, then drop the "rebuild.react" trigger file.

   You can override the site's theme tokens here without touching content.json,
   for example:

     :root {
       --instance-primary: #2D6A6A;   |* buttons, accents, focus rings *|
       --instance-accent:  #C4913B;   |* highlights, badges            *|
       --instance-font-heading: "Your Font", Georgia, serif;
     }

   To use a custom font, upload the font file (e.g. /fonts/MyFont.woff2) via
   WebDAV and declare it here:

     @font-face {
       font-family: "My Font";
       src: url("/fonts/MyFont.woff2") format("woff2");
       font-weight: 400;
       font-display: swap;
     }

   Tip: Tailwind utility classes are very specific. If an override doesn't take
   effect, add !important — e.g.  .my-class { color: #C4913B !important; }

   Leave this file empty (just this comment) if you have no overrides.
   =========================================================================== */
