html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@font-face {
  font-family: "planer";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/planer-regular.woff") format("woff");
}

@font-face {
  font-family: "planer";
  font-style: italic;
  font-weight: normal;
  src: url("../../fonts/planer-italic.woff") format("woff");
}

@font-face {
  font-family: "planer";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/planer-demibold.woff") format("woff");
}

@font-face {
  font-family: "novecentowide";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/novecentowide-normal.woff") format("woff");
}

@font-face {
  font-family: "novecentowide";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/novecentowide-light.woff") format("woff");
}

@font-face {
  font-family: "novecentowide";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/novecentowide-demibold.woff") format("woff");
}
