@font-face {
    font-family: 'Glacial Indifference';
    src: url(../font/glacial-indifference/GlacialIndifference-Regular.otf);
}
html, body{
    font-family: "Glacial Indifference";
    padding:0;
    margin:0;
    height: 100%;
    width: 100%;
}

body {
  color: grey;
  height: fit-content;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}


