@font-face {
  font-family: "Shazde Pro";
  src: url("../fonts/Shazde-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shazde Pro";
  src: url("../fonts/Shazde-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shazde Pro";
  src: url("../fonts/Shazde-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shazde Pro";
  src: url("../fonts/Shazde-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shazde Pro";
  src: url("../fonts/Shazde-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-canvas);
  color: var(--color-ink);
  font-family: var(--font-ui);
  font-size: var(--text-body);
  line-height: var(--line-body);
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, input, select, textarea { font: inherit; }
button, [type="submit"], [type="button"] { min-height: var(--touch-target); }
:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
.skip-link { position: fixed; inset-inline-start: var(--space-4); top: var(--space-4); z-index: var(--z-toast); transform: translateY(-200%); background: var(--color-ink); color: var(--color-white); padding: var(--space-3) var(--space-4); border-radius: var(--radius-sm); }
.skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-main { width: min(100% - 2rem, var(--content-max)); margin-inline: auto; }
.section { padding-block: var(--space-16); }
h1, h2, h3, p { margin-block-start: 0; }
h1 { font-size: var(--text-h1); line-height: 1.25; font-weight: 900; }
h2 { font-size: var(--text-h2); line-height: var(--line-heading); font-weight: 700; }
h3 { font-size: var(--text-h3); line-height: 1.4; font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
