@font-face {
  font-family: 'Futura LT Regular';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/Lovelo-Black.woff") format("woff");
}

@font-face {
  font-family: 'Futura LT Heavy';
  font-style: auto;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/Lovelo-Black.woff2") format("woff2");
}



*{
  font-family: 'Futura LT Regular', serif;
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .desktop{
    display: block;
  }
  .mobile{
    display: none;
  }
  .section{
    max-width: 1440px;
    margin: 0 auto;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* CSS rules here */
  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
  .tab{
    cursor: pointer;
    width: 170px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 20px;
    margin-right: 24px;
    font-weight: bold;
    font-size: 14px;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* CSS rules here */
  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
  .tab{
    cursor: pointer;
    width: 170px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 20px;
    margin-right: 24px;
    font-weight: bold;
    font-size: 14px;
  }

}
