[data-dark=false] {
  --primary:#23CE6B;
  --secondary: #12c3af;
  --tirtiary: #00c3ff ;
  --text: #24292f;
  --background: #ffffff;
  --background-alt: #f6f8fa;
  --light-gray: #d0d7de;
  --gray: #6e7781;
  --dark-gray: #57606a;
  --overlay: #24292f10;
  --hover: #2AF5FF;
  --button: #2cf680;
}

[data-dark=true] {
  --primary: #0bf56d;
  --secondary: #25d6e0;
  --tirtiary: #04fcdf;
  --text: #e6edf3;
  --background: #0d1117;
  --background-alt: #161b22;
  --light-gray: #30363d;
  --gray: #8b949e;
  --dark-gray: #c9d1d9;
  --overlay: #ffffff15;
  --hover: #2AF5FF;
  --button: #2cf680;
}

:root {
  --title: "Outfit", sans-serif;
  --heading: "Outfit", sans-serif;
  --body: "Outfit", sans-serif;
  --code: "Roboto Mono", monospace;
  --base-size: 16px;
  --small: 0.9rem;
  --medium: 1.1rem;
  --large: 1.525rem;
  --xl: 2rem;
  --xxl: 2.5rem;
  --thin: 300;
  --regular: 500;
  --semi-bold: 600;
  --bold: 700;
  --spacing: 2;
  --compact: 1.5;
  --rounded: 3px;
  --shadow: 0 0 10px 0 var(--overlay);
  --transition: 0.2s ease;
}

/*# sourceMappingURL=-theme.css.map */