@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:700");

@font-face {
  font-family: "UTM Avo-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/UTM Avo.ttf") format("truetype");
}
@font-face {
  font-family: "UTM Avo-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/UTM AvoBold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}