/* FONT */

@media screen {
  @font-face {
    font-family: "Apercu Pro";
    src: url("https://www.common.com/static/fonts/apercu_regular_pro.otf") format("opentype"), url("https://www.common.com/static/fonts/apercu_regular_pro.woff") format("woff");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: "Apercu Pro";
    src: url("https://www.common.com/static/fonts/apercu_medium_pro.otf") format("opentype"), url("https://www.common.com/static/fonts/apercu_medium_pro.woff") format("woff");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "Apercu Pro";
    src: url("https://www.common.com/static/fonts/apercu_bold_pro.otf") format("opentype"), url("https://www.common.com/static/fonts/apercu_bold_pro.woff") format("woff");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: "Tiempos Headline";
    src: url("https://www.common.com/static/fonts/TiemposHeadline-Semibold.otf") format("opentype"), url("https://www.common.com/static/fonts/TiemposHeadlineWeb-Semibold.woff") format("woff");
    font-weight: 300;
    font-style: normal;
  }
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Apercu Pro'
}

/* IPAD */

@media screen and (max-width: 768px) {}

/* MOBILE */

@media screen and (max-width: 420px) {}