/* ns-hugo-imp:/home/nikki/Code/words.nikki.lol/themes/ouroboros/assets/css/reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
*:not(dialog) {
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
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;
}

/* ns-hugo-imp:/home/nikki/Code/words.nikki.lol/themes/ouroboros/assets/css/fonts.css */
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-Light-6X3W5VMD.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-LightItalic-OYOL4GCY.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-Book-BB6Z5JTQ.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-BookItalic-5AQY3O24.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-Medium-K2GO4VYH.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-MediumItalic-VZQJBF4V.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-Semibold-KARGBO5N.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-SemiboldItalic-GERAT5BK.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-Bold-ANKP6JRW.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-BoldItalic-3RD6RAR6.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-Black-I7ZA57UU.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nebula Sans";
  src: url("/css/NebulaSans-BlackItalic-TBZPUI3M.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ns-hugo-imp:/home/nikki/Code/words.nikki.lol/themes/ouroboros/assets/css/components/header.css */
body > header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 1rem 0;
  h1 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }
  nav {
    display: flex;
    ul {
      display: flex;
      flex-direction: row;
      gap: 0.5rem;
      justify-content: end;
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
  }
}

/* ns-hugo-imp:/home/nikki/Code/words.nikki.lol/themes/ouroboros/assets/css/components/footer.css */
body > footer {
  align-items: start;
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 1rem 0;
  p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  nav {
    display: flex;
    ul {
      display: flex;
      flex-direction: row;
      font-size: 0.8rem;
      gap: 0.5rem;
      justify-content: end;
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
  }
}

/* <stdin> */
:root {
  --accent-text: oklch(0.82 0.09 285);
  --accent-text: oklch(0.55 0.11 285);
  --anim-speed: 0.3s;
  --border-radius: 12px;
  --color-accent: oklch(0.55 0.11 285);
  --color-background: oklch(0.991 0 0);
  --color-border: oklch(0.91 0 0);
  --color-text: oklch(0.321 0 0);
  --color-white: oklch(1 0 0);
}
body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: "Nebula Sans", sans-serif;
  font-feature-settings:
    "ss01",
    "ss02",
    "ss03",
    "tnum";
  line-height: 1.7;
  margin: 0 auto;
  max-width: 768px;
  @media (width < 868px) {
    padding: 0 1rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  margin-bottom: 1rem;
}
h1 {
  font-size: 4rem;
  line-height: 1.1;
}
h2 {
  font-size: 3rem;
  line-height: 1.1;
}
h3 {
  color: oklch(from var(--color-text) calc(l + 0.1) c h);
  font-size: 2.25rem;
  letter-spacing: -1px;
  line-height: 1.1;
  text-transform: uppercase;
}
h4 {
  color: oklch(from var(--color-text) calc(l + 0.2) c h);
  font-size: 2rem;
  line-height: 1.1;
}
h5 {
  font-size: 1.5rem;
  line-height: 1.1;
}
h6 {
  font-size: 1.25rem;
  line-height: 1.1;
}
a {
  color: var(--accent-text);
  position: relative;
  text-decoration: none;
  &::after {
    background: var(--color-accent);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--anim-speed) ease-out;
    width: 100%;
  }
  &:hover::after {
    transform: scaleX(1);
  }
}
hr {
  border: 0;
  border-top: 1px solid var(--color-border);
  height: 0;
  margin: 1rem auto;
}
code {
  text-wrap: wrap;
}
pre {
  background-color: oklch(from var(--color-accent) calc(l - 0.5) c h);
  border-radius: var(--border-radius);
  color: var(--color-white);
  padding: 1rem;
}
article {
  margin-bottom: 4rem;
  header {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 4rem;
    padding-bottom: 1rem;
  }
  blockquote {
    border-left: 3px solid var(--color-accent);
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 2rem;
    padding: 0 0 0 2rem;
    p {
      margin: 0;
      padding: 0;
    }
    em {
      font-style: normal;
    }
  }
  p {
    margin-bottom: 1rem;
  }
  ul,
  ol {
    p {
      margin-bottom: 0;
    }
  }
  figure {
    @media (width > 900px) {
      margin: 0 -5% 0 -5%;
      width: 110%;
    }
    border: 1px solid var(--color-border);
    margin-bottom: 3rem;
    padding: 4px;
    img {
      max-width: 100%;
      width: 100%;
    }
    figcaption {
      background-color: var(--color-white);
      font-size: 0.75rem;
      margin: 0 auto;
      padding: 4px 4px 0;
      text-align: left;
    }
    &.n1 {
      figcaption:before {
      }
    }
    &.n2 {
      figcaption:before {
        content: "No. 2: ";
      }
    }
  }
  table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%;
    th,
    td {
      border: 1px solid var(--color-border);
      padding: 1px 3px;
    }
    th {
      background-color: var(--color-white);
    }
  }
  blockquote,
  code,
  div,
  figure,
  hr,
  ol,
  p,
  pre,
  table,
  ul,
  .highlight {
    & + figure,
    & + pre,
    & + .highlight,
    & + h2,
    & + h3,
    & + h4,
    & + h5,
    & + h6 {
      margin-top: 4rem;
    }
  }
}
.note {
  background-color: oklch(from var(--color-accent) calc(l + 0.4) c h);
  border-radius: var(--border-radius);
  margin: 0 0 2rem 0;
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
  &::before {
    content: "NOTE";
    font-weight: 800;
    position: absolute;
    top: 4px;
  }
}
.tidbit {
  align-items: start;
  background-color: oklch(from var(--color-accent) calc(l + 0.4) c h);
  border-radius: var(--border-radius);
  display: flex;
  margin: 0 0 2rem 0;
  padding: 1rem;
  .tidbit-title {
    color: var(--color-background);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    min-width: 100px;
    padding: 0;
  }
}
.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  li {
    border-bottom: 1px solid var(--color-border);
    display: flex;
    font-size: 1rem;
    gap: 1rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    padding: 4px 0 16px 0;
    em {
      em {
        font-style: normal;
      }
    }
    time {
      font-size: 0.9rem;
      font-weight: 200;
      min-width: 90px;
    }
    a {
      font-weight: 600;
    }
    span {
      font-size: 0.9rem;
      font-style: italic;
    }
  }
}
.footnotes {
  margin: 4rem 0;
}
/*# sourceMappingURL=main.css.map */
