/* Central stylesheet. No inline styling is allowed in templates. */
body {
  margin: 0;
  font-family: system-ui, Arial, sans-serif;
  background: #f6f7f9;
  color: #1f2933;
}

a {
  color: inherit;
}

/* NONNETJIE_BRAND_FOUNDATION_START */
:root {
  --nonnetjie-black: #07090c;
  --nonnetjie-graphite: #111820;
  --nonnetjie-steel: #1f2a33;
  --nonnetjie-steel-light: #33424d;
  --nonnetjie-bronze: #b88945;
  --nonnetjie-brass: #d3a75f;
  --nonnetjie-cream: #f2ead8;
  --nonnetjie-muted: #a9b1b8;
  --nonnetjie-danger: #b85d4f;
  --nonnetjie-success: #7ea66a;
}

body {
  background:
    radial-gradient(circle at top left, rgba(211, 167, 95, 0.12), transparent 32rem),
    linear-gradient(135deg, #050608 0%, #111820 45%, #1c252e 100%);
  color: var(--nonnetjie-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--nonnetjie-cream);
}
/* NONNETJIE_BRAND_FOUNDATION_END */
