*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
:host {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to a semi-transparent version of the current text color.
*/

::placeholder {
  opacity: 1; /* 1 */
  color: color-mix(in oklab, currentColor 50%, transparent); /* 2 */
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
  Correct the inability to style the border radius in iOS Safari.
*/

button,
input:where([type="button"], [type="reset"], [type="submit"]),
::file-selector-button {
  appearance: button;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

:root {
  /* Font scales */
  --fs-3xs: clamp(0.41rem, -0.06vi + 0.42rem, 0.38rem);
  --fs-2xs: clamp(0.51rem, -0.02vi + 0.52rem, 0.5rem);
  --fs-xs: clamp(0.64rem, 0.05vi + 0.63rem, 0.67rem);
  --fs-sm: clamp(0.8rem, 0.17vi + 0.76rem, 0.89rem);
  --fs-base: clamp(1rem, 0.34vi + 0.91rem, 1.19rem);
  --fs-md: clamp(1.25rem, 0.61vi + 1.1rem, 1.58rem);
  --fs-lg: clamp(1.56rem, 1vi + 1.31rem, 2.11rem);
  --fs-xl: clamp(1.95rem, 1.56vi + 1.56rem, 2.81rem);
  --fs-2xl: clamp(2.44rem, 2.38vi + 1.85rem, 3.75rem);
  --fs-3xl: clamp(3.05rem, 3.54vi + 2.17rem, 5rem);

  /* Space scales */
  --space-3xs: clamp(0.25rem, 0.2216rem + 0.1136vw, 0.3125rem);
  --space-2xs: clamp(0.5rem, 0.4432rem + 0.2273vw, 0.625rem);
  --space-xs: clamp(0.75rem, 0.6932rem + 0.2273vw, 0.875rem);
  --space-sm: clamp(1rem, 0.9148rem + 0.3409vw, 1.1875rem);
  --space-md: clamp(1.5rem, 1.358rem + 0.5682vw, 1.8125rem);
  --space-lg: clamp(2rem, 1.8295rem + 0.6818vw, 2.375rem);
  --space-xl: clamp(3rem, 2.7443rem + 1.0227vw, 3.5625rem);
  --space-2xl: clamp(4rem, 3.6591rem + 1.3636vw, 4.75rem);
  --space-3xl: clamp(6rem, 5.4886rem + 2.0455vw, 7.125rem);

  /* Border-radius */
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;

  /* Containers */
  --container-3xs: 16rem;
  --container-2xs: 18rem;
  --container-xs: 20rem;
  --container-sm: 24rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-6xl: 72rem;
  --container-7xl: 80rem;

  /* Letter-spacing */
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;

  /* Line-height */
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;

  /* Shadows */
  --box-shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
  --box-shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --box-shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --box-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --box-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --box-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --box-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);

  --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / 0.15);
  --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / 0.2);
  --text-shadow-sm:
    0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075), 0px 2px 2px rgb(0 0 0 / 0.075);
  --text-shadow-md:
    0px 1px 1px rgb(0 0 0 / 0.1), 0px 1px 2px rgb(0 0 0 / 0.1), 0px 2px 4px rgb(0 0 0 / 0.1);
  --text-shadow-lg:
    0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1), 0px 4px 8px rgb(0 0 0 / 0.1);
}

@font-face {
  font-display: swap;
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/InterVariable.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  src: url("../fonts/InterVariable-Italic.woff2") format("woff2");
}

:root {
  --animate-spin: spin 1s linear infinite;
  --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --animate-bounce: bounce 1s infinite;
}

.animate-spin {
  animation: var(--animate-spin);
}

.animate-ping {
  animation: var(--animate-ping);
}

.animate-pulse {
  animation: var(--animate-pulse);
}

.animate-bounce {
  animation: var(--animate-bounce);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

:root {
  /* Colors */
  --color-1: oklch(4.1308% 0.25306 109.22);
  --color-2: oklch(98.369% 0.01834 67.664);
  --color-3: oklch(26.787% 0.00168 186.65);
  /*--accent: oklch(86.947% 0.25527 28.789);*/
  --accent: hsl(80, 60.5%, 34.7%);

  --bg-color: var(--color-2);
  --text-color: var(--color-1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: var(--color-3);
    --text-color: var(--color-2);
  }
}

:root {
  font-family: "Inter", sans-serif;
  font-size: var(--fs-base);
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "InterVariable", sans-serif;
    font-feature-settings:
      /* "zero" 2, */ "ss03" 2;
    font-optical-sizing: auto;
  }
}

/*# sourceMappingURL=./base.css.map */