/* ============================================================
   EDGE VENTURES — dashboard branding
   Loaded automatically on any page where the site organization
   is gems-edge, after the shared gems-*.css files, so these
   values win.

   The shared dashboard stylesheets no longer hardcode a
   typeface or the partnership colours. They read the variables
   below, with EDGE values as their fallback, so a tenant that
   declares nothing still looks like EDGE rather than like
   nothing at all.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');

:root{
  /* Type. Jost for both, matching the marketing pages. The dashboards
     previously rendered in Oswald and Open Sans, which are Survival
     Mastery's faces, so a GEMS parent saw one brand on the site and
     another the moment they signed in. */
  --gems-display:'Jost',-apple-system,Segoe UI,Roboto,sans-serif;
  --gems-body:'Jost',-apple-system,Segoe UI,Roboto,sans-serif;

  /* Colour corrections. Teal, orange, slate and the greys in the shared
     files are already EDGE values; these three were not. */
  --gems-accent:#e64316;    /* was #e87a0a, Bear Grylls amber */
  --gems-brand:#e64316;     /* was #b80101, Survival Mastery red */
  --gems-deep:#0f2027;      /* was #002b63 */
  --gems-deeper:#000f1c;    /* was #001845 */
}
