/* POPEYES FONTS */
/* Uncomment font files below, and then update the design tokens references to use them in your application */

/* Brand-specific Fonts */

@font-face {
  font-family: 'chicken_sans_bold';
  src: url('ChickenSans-Bold.woff2') format('woff2'), url('ChickenSans-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'chicken_sans';
  src: url('ChickenSans-Regular.woff2') format('woff2'), url('ChickenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'chicken_sans_xlight';
  src: url('ChickenSans-ExtraLight.woff2') format('woff2'), url('ChickenSans-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Brand-specific Font Sizes */
/* Desktop */
@media screen and (min-width: 769px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
}
