@charset "utf-8";

:root {
  --sp-blue:#0756c9;
  --sp-blue-dark:#063d96;
  --sp-yellow:#ffe000;
  --sp-charcoal:#20242b;
  --sp-text:#1f2937;
  --sp-muted:#667085;
  --sp-line:#dce3ec;
  --sp-soft:#f4f9fe;
  --sp-font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

html { box-sizing:border-box;-webkit-text-size-adjust:100%;scroll-behavior:smooth; }
*,*::before,*::after { box-sizing:inherit; }
body { min-width:0;margin:0;overflow-x:clip;color:var(--sp-text);font-family:var(--sp-font);line-height:1.5; }
img,svg { max-width:100%; }
img { height:auto; }
button,input,select,textarea { font:inherit; }
button,[type="button"],[type="submit"] { cursor:pointer; }
a { text-underline-offset:2px; }
[hidden] { display:none!important; }

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