/* Bold */
@font-face {
  font-display: swap;
  font-family: 'TESCOModern';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/tesco/bold.woff2') format('woff2');
}

/* Bold Italic */
@font-face {
  font-display: swap;
  font-family: 'TESCOModern';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/tesco/bold-italic.woff2') format('woff2');
}

/* Italic */
@font-face {
  font-display: swap;
  font-family: 'TESCOModern';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/tesco/italic.woff2') format('woff2');
}

/* Light */
@font-face {
  font-display: swap;
  font-family: 'TESCOModern';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/tesco/light.woff2') format('woff2');
}

/* Light Italic */
@font-face {
  font-display: swap;
  font-family: 'TESCOModern';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/tesco/light-italic.woff2') format('woff2');
}

/* Medium */
@font-face {
  font-display: swap;
  font-family: 'TESCOModern';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/tesco/medium.woff2') format('woff2');
}

/* Medium Italic */
@font-face {
  font-display: swap;
  font-family: 'TESCOModern';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/tesco/medium-italic.woff2') format('woff2');
}

/* Regular */
@font-face {
  font-display: swap;
  font-family: 'TESCOModern';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/tesco/regular.woff2') format('woff2');
}
