/* BURGER KING FONTS */

@font-face {
  font-family: 'Flame Sans';
  font-style: normal;
  font-weight: normal !important;
  letter-spacing: normal !important;
  font-display: swap;
  src: url('/assets/bk/FlameSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Flame';
  font-style: normal;
  font-weight: normal !important;
  letter-spacing: normal !important;
  font-display: swap;
  src: url('/assets/bk/Flame-Regular.ttf') format('truetype');
  ascent-override: 90%;
  descent-override: 29%;
  line-gap-override: 0%;
}

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

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

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

@font-face {
  font-family: 'PalsamArabic-ExtraBold';
  src: url('/assets/bk/palsam-arabic-regular-extra-bold.ttf') format('truetype');
  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;
  }
}
