@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "Conthrax";
  src: url("fonts/Conthrax_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Conthrax";
  src: url("fonts/Conthrax SemiBold Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir LT Std Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir LT Std Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir LT Std Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir LT Std Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir LT Std Book.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #0b233f;
  font-family: "Avenir", Helvetica, sans-serif;
}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
