@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@200;300;400;500;600;700&display=swap');

:root {
  --f1-bg: #004535;
  --f1-bg-deep: #013028;
  --f1-text: #F7FBFB;
  --f1-text-muted: rgba(247, 251, 251, 0.7);
  --f1-text-dim: rgba(247, 251, 251, 0.6);
  --f1-accent: #C4DB99;
  --f1-accent-hover: #b8ce8a;
  --f1-card: rgba(247, 251, 251, 0.04);
  --f1-border: rgba(247, 251, 251, 0.1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: 'DM Sans', sans-serif; scroll-behavior: smooth; }
body { background: var(--f1-bg); color: var(--f1-text); }
