@font-face {
  font-family: "Euphoria Extra Light";
  src: url("./assets/fonts/euphoria-extra-light.ttf") format("truetype");
  font-weight: 100 400;
  font-style: normal;
  font-display: swap;
}

:root {
  font-family: "Euphoria Extra Light", "Helvetica Neue", Arial, sans-serif;
}

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