@font-face {
  font-family: "Clear Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/static/font/ClearSans-Light.ttf");
}

@font-face {
  font-family: "Clear Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/font/ClearSans-Regular.ttf");
}

@font-face {
  font-family: "Clear Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/font/ClearSans-Medium.ttf");
}

@font-face {
  font-family: "Clear Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/font/ClearSans-Bold.ttf");
}

@font-face {
  font-family: "Droid Sans";
  font-display: swap;
  src: url("/static/font/DroidSans.ttf");
}
