* {
  padding: 0;
  margin: 0;
  background: var(--bg);
}
@font-face {
  font-family: Apfel Grotezk;
  src: url(/apfelgrotezk-regular.c1098586.otf) format("opentype");
}
:root {
  --bg: #171717;
  --text1: #fafafa;
  --link: #838383;
}
body,
html {
  height: 100%;
  margin: 0;
}
body {
  font-family:
    Space Mono,
    monospace;
  color: var(--text1);
  align-items: center;
  justify-content: center;
}
.app,
body {
  display: flex;
  width: 100%;
}
.app {
  flex-direction: column;
  height: 100%;
  max-width: 900px;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
}
.header {
  padding-top: 4rem;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-family:
    Apfel Grotezk,
    sans-serif;
}
p {
  text-transform: lowercase;
}
li {
  list-style: none;
}
a {
  color: var(--link);
  text-transform: lowercase;
}
a:active,
a:hover {
  color: var(--text1);
}
main {
  margin-top: 3rem;
  margin-bottom: 100px;
  padding-right: 3rem;
  flex: 1;
  overflow: auto;
}
/* Avoid FOUC: keep content hidden until OverlayScrollbars initializes
   (it adds .os-host), since pre-init layout differs from the final layout. */
main:not(.os-host) {
  visibility: hidden;
}
.sect > ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sect.demos,
.sect.projects,
.sect.portfolio,
.sect.themes {
  padding-top: 2rem;
}
.sub {
  display: block;
  font-size: 0.75rem;
}
.sub-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.demo-desc,
.demo-stack {
  text-transform: lowercase;
  font-size: 0.75rem;
}
.demo-stack {
  text-align: left;
}
nav.social {
  margin-top: 1.25rem;
}
nav.social ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
nav.social ul li:first-child,
nav.social ul li:nth-child(2) {
  padding-right: 1rem;
}
nav.social a {
  text-decoration: none;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .header {
    padding-top: 2.5rem;
  }
  .header h1 {
    font-size: 1.75rem;
  }
  .header p {
    font-size: 0.8rem;
  }
  main {
    margin-top: 2rem;
    margin-bottom: 90px;
    padding-right: 1.5rem;
  }
  .sect-title {
    font-size: 1rem;
  }
  .sect.demos,
  .sect.projects,
  .sect.portfolio,
  .sect.themes {
    padding-top: 1.5rem;
  }
  .sect > ul li a {
    font-size: 0.9rem;
  }
  .sub-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .demo-desc,
  .demo-stack {
    font-size: 0.7rem;
  }
  nav.social a {
    font-size: 1.25rem;
  }
  .site {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=/style.8be7e1a4.css.map */
