/* Core Sans C — consolidated @font-face declarations */
/* Weights: 45=Regular(400), 55=Medium(500), 65=Bold(700), 75=Extrabold(800) */

@font-face {
  font-family: 'Core Sans C';
  src: url('coresansc-45regular-webfont.woff2') format('woff2'),
       url('coresansc-45regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans C';
  src: url('coresansc-45regularit-webfont.woff2') format('woff2'),
       url('coresansc-45regularit-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans C';
  src: url('coresansc-55medium-webfont.woff2') format('woff2'),
       url('coresansc-55medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans C';
  src: url('coresansc-55mediumit-webfont.woff2') format('woff2'),
       url('coresansc-55mediumit-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans C';
  src: url('coresansc-65bold-webfont.woff2') format('woff2'),
       url('coresansc-65bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans C';
  src: url('coresansc-65boldit-webfont.woff2') format('woff2'),
       url('coresansc-65boldit-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans C';
  src: url('coresansc-75extrabold-webfont.woff2') format('woff2'),
       url('coresansc-75extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans C';
  src: url('coresansc-75extraboldit-webfont.woff2') format('woff2'),
       url('coresansc-75extraboldit-webfont.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
