@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
/* MyFitLog shared theme — "Slate". Edit here to re-theme the whole site. */
:root{
  --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --bg:#0f1216;
  --card:#181d23;
  --card2:#20262e;
  --line:#232a33;
  --txt:#e9eef3;
  --mut:#8893a0;
  --accent:#2dd4bf;        /* teal */
  --accentText:#04231d;    /* text on accent fills */
  --home:#2dd4bf;          /* Home location = accent */
  --hosp:#e0796f;          /* Hospital location = soft coral */
  --ok:#3ecf8e;            /* "go" / Finish */
  --okText:#05281b;
  --warn:#e2b13c;
  --bad:#e2685f;
  --navy:#15323a;          /* report header bar (teal-tinted dark) */
  --r:12px;
}
/* Global thin baseline — pages inherit this; emphasis uses weight 500 only. */
html,body{font-family:var(--font);font-weight:300;letter-spacing:.1px;}
b,strong{font-weight:500;}
