/* FHS FONTS */

@font-face {
  font-family: 'Silverspoon';
  font-style: normal;
  font-weight: normal !important;
  src: url('Silverspoon-Regular.woff') format('woff'),
  url('Silverspoon-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Silverspoon Bold';
  font-style: normal;
  font-weight: normal !important;
  src: url('Silverspoon-Bold.woff') format('woff'),
  url('Silverspoon-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Silverspoon Light';
  font-style: normal;
  font-weight: normal !important;
  src: url('Silverspoon-Light.woff') format('woff'),
  url('Silverspoon-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal !important;
  src: url('Montserrat-Regular.woff') format('woff'),
  url('Montserrat-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-weight: normal !important;
  src: url('Montserrat-Bold.woff') format('woff'),
  url('Montserrat-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat Light';
  font-style: normal;
  font-weight: normal !important;
  src: url('Montserrat-Light.woff') format('woff'),
  url('Montserrat-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Compagnie';
  font-style: normal;
  font-weight: normal !important;
  src: url('Compagnie-II.otf') format('otf'),
  url('Compagnie-II.woff') format('woff');
}

/* Brand-specific Font Sizes */
/* Desktop */
@media screen and (min-width: 769px) {
  h1 {
    font-size: 3rem;
    font-weight: normal;
  }
  h2 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: normal;
  }
  h3 {
    font-size: 2rem;
    font-weight: normal;
  }
  h4 {
    font-size: 1.25rem;
    font-weight: normal;
  }
  h5 {
    font-size: 1rem;
    font-weight: normal;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
    font-weight: normal;
  }
  h2 {
    font-size: 2rem;
    font-weight: normal;
  }
  h3 {
    font-size: 1.5rem;
    font-weight: normal;
  }
  h4 {
    font-size: 1.125rem;
    font-weight: normal;
  }
  h5 {
    font-size: 1rem;
    font-weight: normal;
  }
}
