@import url('https://db.onlinewebfonts.com/c/8f2a9d487bbbc60974cd132fc3a63862?family=Aeonik+Regular');

@font-face {
  font-family: 'Aeonik Regular';
  src: url('https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.eot');
  src: url('https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.eot?#iefix') format('embedded-opentype'),
       url('https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.woff2') format('woff2'),
       url('https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.woff') format('woff'),
       url('https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.ttf') format('truetype'),
       url('https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.svg#Aeonik Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Backgrounds */
  --bg: #f4f2ed;
  --bg-card: #ffffff;
  --bg-sidebar: #fafaf7;

  /* Text */
  --text-primary: #1a1a1a;
  --text-secondary: #6b6b6b;
  --text-muted: #9a9a9a;

  /* Primary — Sage/Olive Green */
  --accent-green: #4a6741;
  --accent-green-light: #e8f0e5;
  --accent-green-hover: #3d5636;
  --accent-green-bg: #dce8d8;

  /* Accent Colors */
  --accent-pink: #f8e0ed;
  --accent-pink-dark: #d4578b;
  --accent-yellow: #faf0c8;
  --accent-yellow-dark: #c9a426;
  --accent-blue: #dde8f0;
  --accent-blue-dark: #4a7ba5;
  --accent-coral: #f27c5f;
  --accent-mint: #c8e6d0;

  /* Borders */
  --border: #e8e6e1;
  --border-light: #f0eee9;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.06);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.08);
  --shadow-xl: 0 20px 50px rgba(0,0,0,0.1);

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 50px;

  /* Fonts */
  --font-body: 'Aeonik Regular', 'Aeonik', sans-serif;
  --font-display: 'Aeonik Regular', 'Aeonik', sans-serif;

  /* Layout */
  --sidebar-width: 240px;
  --topbar-height: 64px;
}
