/* Local Isomorphic font package: Inter + Lexend Deca */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lexend-deca-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lexend-deca-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Lexend Deca", Inter, ui-sans-serif, system-ui, sans-serif;
  --gray-0: #ffffff;
  --gray-50: #fafafa;
  --gray-100: #f1f1f1;
  --gray-200: #e3e3e3;
  --gray-300: #dfdfdf;
  --gray-400: #929292;
  --gray-500: #666666;
  --gray-600: #484848;
  --gray-700: #333333;
  --gray-800: #222222;
  --gray-900: #111111;
  --blue: #0070f3;
  --primary-default: #3872fa;
  --primary-light: #608efb;
  --primary-lighter: #d7e3fe;
  --primary-dark: #1d58d8;
  --blue-soft: #e7f1ff;
  --green: #11a849;
  --green-soft: #e8f9ee;
  --red: #ee0000;
  --red-soft: #fff0f0;
  --orange: #f5a623;
  --orange-soft: #fff6e5;
  --purple: #7c3aed;
  --purple-soft: #f2edff;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-muted: #fafafa;
  --text: #111111;
  --text-muted: #666666;
  --border: #e3e3e3;
  --shadow-menu: 0 18px 50px rgba(17, 17, 17, .12);
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --sidebar-w: 270px;
  --sidebar-collapsed-w: 82px;
  --header-h: 72px;
  --content-pad: 24px;
  color-scheme: light;
}

[data-theme="dark"] {
  --gray-0: #000000;
  --gray-50: #111111;
  --gray-100: #1f1f1f;
  --gray-200: #333333;
  --gray-300: #484848;
  --gray-400: #666666;
  --gray-500: #929292;
  --gray-600: #a2a2a2;
  --gray-700: #dfdfdf;
  --gray-800: #e2e2e2;
  --gray-900: #f1f1f1;
  --bg: #08090e;
  --surface: #111111;
  --surface-muted: #1f1f1f;
  --text: #f1f1f1;
  --text-muted: #a2a2a2;
  --border: #333333;
  --shadow-menu: 0 20px 60px rgba(0, 0, 0, .42);
  color-scheme: dark;
}
