* {
    box-sizing: border-box;
}
@font-face {
  font-family: "Dax Wide Bold";
  src: url("../fonts/DaxWide Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Dax Wide Regular";
  src: url("../fonts/DaxWide Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 1080px;
    overflow: hidden;
    font-family: "Dax Wide Regular", sans-serif;
    /* background: #DAE9F4; */
   background: black;
    }

body {
    color: #102033;
}

h2{
    font-family: "Dax Wide Bold", sans-serif;   
}
