:root {
  --light-grey: #eeece9;
  --dark-grey: #555;
  --almost-black: #000105;
  --hamburger-height: 16px;
  --hamburger-width: 30px;
  --hamburger-thickness: 2px;
  --hamburger-color: #111;
  --space: 3vw;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular-Web.eot");
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik-Regular-Web.woff") format("woff"),
    url("../fonts/Graphik-Regular-Web.ttf") format("truetype"),
    url("../fonts/Graphik-Regular-Web.svg#Graphik Web") format("svg");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  background-color: #0e0e0e;
  min-height: 100%;
  overflow-x: hidden;
  color: #fff;
}
/* @media screen and (min-width: 480px) {
  body {
    font-size: 17px;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-size: 18px;
  }
} */

a {
  border-bottom: 1px solid;
}

h1,
h2,
h3 {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}
