:root {
  --padding: 1.6rem;
  --radiusS: 0.4rem;
  --radiusM: 1.2rem;
  --radiusL: 1.8rem;
  --white: #fff;
  --black: #000;
  --bg: var(--white);
  --text: var(--black);
  --bgOpaque: hsla(0, 0%, 78%, .15);
  --bgBlur: blur(1.2rem);
  --fontVars: "CHNK" 28, "HORZ" 0, "SPED" 0;
  --fontVarsBrand: "CHNK" 10, "HORZ" 100, "SPED" 72
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

html {
  font-size: 62.5%
}

body {
	animation: gradient 10s ease infinite;
  color: var(--text);
  font-family: monospace;
  font-size: 1.3rem;
  font-variation-settings: var(--fontVars);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.35;
  margin: 0;
  padding: 0
}

@keyframes gradient {
	0% {
		background: red;
	}
	50% {
		background: blue;
	}
  75%{
    background:yellow;
  }
	100% {
		background: red;
	}
}


@media screen and (min-width:500px) {
  body {
    font-size: 1.4rem
  }
}

a {
  color: inherit;
  text-decoration: none
}

address {
  font-style: normal
}

button {
  all: unset
}

span,
h2,
h3,
h4,
h5,
h6,
p,
a,
.slide_embla__slide__caption__3khqz {
  font-family: N2
}

ul,
li,
strong,
h1 {
  font-family: N3
}

p {
  margin-bottom: 1.2rem
}

ul {
  list-style: circle;
  list-style-position: inside;
  padding: 0 0 1.6rem 1rem
}

::selection {
  background: var(--black);
  color: var(--white)
}

@font-face {
  font-family: __ohMono_b54d6b;
  src: url(../media/133c69acae0713fc-s.p.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: N2;
  src: url(../media/Neue.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: N3;
  src: url(../media/N3.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: __ohMono_Fallback_b54d6b;
  src: url(../media/133c69acae0713fc-s.p.woff2) format("woff2");
  ascent-override: 71.70%;
  descent-override: 6.52%;
  line-gap-override: 13.04%;
  size-adjust: 153.41%
}

.__className_b54d6b {
  font-family: __ohMono_b54d6b, __ohMono_Fallback_b54d6b, monospace
}
