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

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --scroll: 0;
}

h4,
.h4 {
  font-size: 1.618rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp(1.08406rem, 4.53394vw + 1rem, 1.618rem);
}

h3,
.h3 {
  font-size: 2.617924rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp(1.75400908rem, 4.86391492vw + 1rem, 2.617924rem);
}

h2,
.h2 {
  font-size: 4.235801032rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp(2.117900516rem, 6.117900516vw + 1rem, 4.235801032rem);
}

h1,
.h1 {
  font-size: 6.8535260698rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp(3.4267630349rem, 7.4267630349vw + 1rem, 6.8535260698rem);
}

@font-face {
  font-family: "Grotesque";
  src: url("/assets/fonts/GrotesqueDCA-Regular.woff2");
  font-weight: 400;
}
:root {
  color-scheme: dark light;
}

*, html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100svh;
  overflow: hidden;
}

body {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  background-color: #ececec;
  color: #23231F;
  font-size: 1rem;
  font-family: "Grotesque", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", sans-serif;
}

body,
h1,
h2,
h3,
h4,
p,
a,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dt,
dd {
  hyphens: none;
  text-wrap: pretty;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.625rem;
}

::selection {
  color: #ececec;
  background: #23231F;
}

.main {
  display: grid;
  width: 100%;
  height: 100svh;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  justify-items: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
}

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