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

/* Brand-specific Font Sizes */
/* Desktop */
@media screen and (min-width: 769px) {
  h1 {
    font-size: 3.438rem; /* 55px */
    font-weight: 900;
  }
  h2 {
    font-size: 2.5rem; /* 40px */
    font-weight: 900;
  }
  h3 {
    font-size: 1.75rem; /* 28px */
    font-weight: 900;
  }
  h4 {
    font-size: 1.5rem; /* 24px */
    font-weight: 900;
  }
  /* h5 is not used, but left here to prevent bugs x-brand */
  h5 {
    font-size: 1.5rem; /* 24px */
    font-weight: 900;
  }
  p {
    font-size: 1.125rem; /* 18px */
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.188rem; /* 35px */
  }
  h2 {
    font-size: 1.75rem; /* 28px */
  }
  h3 {
    font-size: 1.5rem; /* 24px */
  }
  h4 {
    font-size: 1.25rem; /* 20px */
  }
  /* h5 is not used, but left here to prevent bugs x-brand */
  h5 {
    font-size: 1.125rem; /* 18px */
  }
  p {
    font-size: 1rem; /* 16px */
  }
}

/* Brand-specific Fonts */

/* Sofia Pro */
@font-face {
  font-family: 'sofia_pro';
  src: url('sofia_pro_black.otf') format('opentype'), url('sofia_pro_black.woff2') format('woff2'),
    url('sofia_pro_black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sofia_pro';
  src: url('sofia_pro_bold.otf') format('opentype'), url('sofia_pro_bold.woff2') format('woff2'),
    url('sofia_pro_bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'sofia_pro';
  src: url('sofia_pro_regular.otf') format('opentype'),
    url('sofia_pro_regular.woff2') format('woff2'), url('sofia_pro_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Tim Hortons Grease Pencil */
@font-face {
  font-family: 'greasepencil';
  src: url('greasepencil.otf') format('opentype'), url('greasepencil.woff2') format('woff2'),
    url('greasepencil.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'greasepencil_symbols';
  src: url('greasepencil_symbols.otf') format('opentype'),
    url('greasepencil_symbols.woff2') format('woff2'),
    url('greasepencil_symbols.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}