﻿*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}
body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}
ul[role="list"],ol[role="list"]{list-style:none;padding:0;margin:0}
html:focus-within{scroll-behavior:smooth}
body{
  min-height:100vh;
  text-rendering:optimizeSpeed;
  line-height:var(--lh-normal);
  /*font-family:var(--font-body);*/
  /*font-size:var(--fs-16);*/
  font-size: 0.9rem;
    font-weight: 400;
  color:var(--text);
  /*background:var(--bg);*/
  -webkit-font-smoothing:antialiased;
}
img,picture,video{max-width:100%;display:block;height:auto}
input,button,textarea,select{font:inherit;color:inherit}
button{background:none;border:0;cursor:pointer}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}
/* Skip link */
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:16px;top:16px;background:var(--brand);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-sm);z-index:var(--z-toast)}