@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url("inter.woff2") format("woff2");
}

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

* {
  margin: 0;
}

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

::placeholder {
  color: inherit;
  opacity: 0.5;
}

:root {
  --bg: #fff;
  --fg: #000;
  --acc: #404f00;
  --err: #a22;
  --shsoft: #0001;
  --shhard: #0002;
  --bw: 2px;
  --rsmall: 0.5rem;
  --rbig: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

body {
  color: var(--fg);
  background-color: var(--bg);
}

a {
  color: var(--acc);
}

img {
  color: transparent;
}
