@font-face {
  font-family: "Euclid";
  src: url("/fonts/Euclid/Euclid-Circular-B-Light.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("/fonts/Euclid/Euclid-Circular-B-Regular.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("/fonts/Euclid/Euclid-Circular-B-Medium.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("/fonts/Euclid/Euclid-Circular-B-SemiBold.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("/fonts/Euclid/Euclid-Circular-B-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

#fonts-euclid {
  font-weight: 100;
  font-weight: 300;
  font-weight: 400;
  font-weight: 500;
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
  vertical-align: top;
  font-family: "Euclid", sans-serif;
  font-weight: 100;
}
b {
  font-weight: 700;
}
