/* ============================================
   FRESHTEK — Global Brand Variables & Base Styles
   Loaded site-wide via child theme (matches landing page :root)
   ============================================ */

:root {
  --black: #000000;
  --dark: #000000;
  --card: #12121c;
  --border: rgba(255,255,255,0.07);
  --white: #f4f4f6;
  --muted: #888899;
  --accent: #5b3de8;
  --accent-light: #7c5ff5;
  --accent-glow: rgba(91,61,232,0.25);
  --green: #2de88a;
  --green-dim: rgba(45,232,138,0.12);
  --citron: #C8D400;
  --citron-dim: rgba(200,212,0,0.15);
}

body {
  background: var(--black) !important;
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: var(--white);
}

a {
  color: var(--citron);
}
