:root {
  --sbs-red: #e62f36;
  --sbs-red-dark: #c9232b;
  --sbs-ink: #151619;
  --sbs-paper: #f5f2ec;
  --sbs-white: #ffffff;
  --sbs-muted: #a8a9ae;
  --sbs-display: "Inter Tight", Arial, sans-serif;
  --sbs-body: "Inter", Arial, sans-serif;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}
