*,
*::before,
*::after{ box-sizing:border-box; }

body{
  margin:0;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color:var(--sr-black);
  background:#fff;
  line-height:1.6;
}

h1,h2,h3,h4,h5{
  font-weight:800;
  letter-spacing:-0.02em;
}

a{
  color:inherit;
  text-decoration:none;
  transition:color .2s ease, opacity .2s ease;
}

a:hover{ color:var(--sr-accent); }

img{
  max-width:100%;
  height:auto;
  display:block;
}

ul{ padding-left:20px; }

a:focus-visible{
  outline:2px solid #111;
  outline-offset:3px;
}
