/* BURGER KING FONTS */

@font-face {
  font-family: 'Flame Sans';
  font-style: normal;
  font-weight: normal !important;
  letter-spacing: normal !important;
  src: url('/assets/bk/FlameSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Flame';
  font-style: normal;
  font-weight: normal !important;
  letter-spacing: normal !important;
  src: url('/assets/bk/Flame-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Flame Bold';
  font-style: normal;
  font-weight: normal !important;
  letter-spacing: normal !important;
  src: url('/assets/bk/Flame-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'PalsamArabic-Regular';
  src: url('/assets/bk/palsam-arabic-regular.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'PalsamArabic-Bold';
  src: url('/assets/bk/palsam-arabic-regular-bold.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'PalsamArabic-ExtraBold';
  src: url('/assets/bk/palsam-arabic-regular-extra-bold.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

/* Brand-specific Font Sizes */
/* Desktop */
@media screen and (min-width: 769px) {
  h1 {
    font-size: 3rem;
    font-weight: normal;
  }
  h2 {
    font-size: 1.625rem;
    font-weight: normal;
  }
  h3 {
    font-size: 1.375rem;
    font-weight: normal;
  }
  h4 {
    font-size: 1.125rem;
    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: 1.5rem;
    font-weight: normal;
  }
  h3 {
    font-size: 1.125rem;
    font-weight: normal;
  }
  h4 {
    font-size: 1.125rem;
    font-weight: normal;
  }
  h5 {
    font-size: 1rem;
    font-weight: normal;
  }
}
