// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

/* font stuff */
html, body, div, span, p, a, .interRegular {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, a, button, .brandText {
  font-family: "Bellota Text", serif;
  font-weight: 700;
  font-style: normal;
}
#logoText {
  font-size:36px;
}
.bellota-text-regular {
  font-family: "Bellota Text", serif;
  font-weight: 400;
  font-style: normal;
}
