
@import "style_sections.css";
@import "style_top_bar.css";
@import "style_login.css";
@import "style_navigation.css";
@import "style_consent.css";

:root {
  /* Brand teal, sampled from the TSoM logo wordmark */
  --color-primary: #185a6c;
  --color-primary-light: #4a8ba0;
  /* Original lighter blue, kept as a secondary accent */
  --color-accent: #719ece;
  --color-bg: #f0fffc;
  --color-surface: #ffffff;
  --color-text: #2b2b2b;
  --color-muted: #6b7b7e;
  /* Brighter cyan accent -- used sparingly for CTAs, stats, and hero glow so
     the site reads as current IoT/tech rather than a flat corporate teal. */
  --color-accent-bright: #17d1c4;
  --color-glow: rgba(23, 209, 196, 0.35);

  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --radius: 10px;
  --shadow-soft: 0 4px 16px rgba(24, 90, 108, 0.16);
}
