*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--cn-color-bg);
  color: var(--cn-color-text);
  font-family: var(--cn-font-body);
  font-size: var(--cn-body);
  line-height: 1.5;
  overflow-x: hidden;
}
body.admin-bar .cn-site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .cn-site-header { top: 46px; } }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
a:hover { color: var(--cn-color-accent-soft); }
img, svg, video { max-width: 100%; height: auto; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--cn-color-accent-soft); outline-offset: 4px; }
::selection { background: var(--cn-color-accent); color: var(--cn-color-white); }
.screen-reader-text, .cn-screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus, .cn-skip-link:focus {
  position: fixed !important;
  top: 1rem;
  left: 1rem;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: .75rem 1rem;
  clip: auto;
  background: var(--cn-color-white);
  color: #050505;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: var(--cn-color-white);
  font-family: var(--cn-font-display);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}
p { margin: 0; }
ul, ol { padding-left: 1.25rem; }
main { min-height: 65vh; }
.cn-muted { color: var(--cn-color-muted); }
.cn-accent { color: var(--cn-color-accent-soft); }