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

@font-face {
  font-family: "Geomanist-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Geomanist-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Futura-Book";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Futura-Book.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/Geomanist-Light-Italic.otf") format("opentype");
}
@font-face {
  font-family: "FuturaBT-ExtraBlack";
  font-style: normal;
  font-weight: 950;
  src: url("fonts/Futura Extra Black font.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/futura.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist-BlackItalic";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/Geomanist-Black-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Futura-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/unicode.futurab.ttf") format("truetype");
}
.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.screen a {
  display: contents;
  text-decoration: none;
}

input:focus {
  outline: none;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

* {
  box-sizing: border-box;
}
