/*
@font-face {
    font-family: 'Centurygothic';
    src: url('../fonts/Centurygothic.woff') format('woff');
    src: url('../fonts/Centurygothic.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Centurygothic';
    src: url('../fonts/Centurygothic-Bold.woff') format('woff');
    src: url('../fonts/Centurygothic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
} */

/* TENET Sans ***********************************/

@font-face {
  font-family: "TENETSans";
  src:
    url("../fonts/TENETSans-Regular.woff2") format("woff2"),
    url("../fonts/TENETSans-Regular.woff") format("woff"),
    url("../fonts/TENETSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TENETSans";
  src:
    url("../fonts/TENETSans-Italic.woff2") format("woff2"),
    url("../fonts/TENETSans-Italic.woff") format("woff"),
    url("../fonts/TENETSans-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TENETSans";
  src:
    url("../fonts/TENETSans-Bold.woff2") format("woff2"),
    url("../fonts/TENETSans-Bold.woff") format("woff"),
    url("../fonts/TENETSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TENETSans";
  src:
    url("../fonts/TENETSans-BoldItalic.woff2") format("woff2"),
    url("../fonts/TENETSans-BoldItalic.woff") format("woff"),
    url("../fonts/TENETSans-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TENETSans";
  src:
    url("../fonts/TENETSans-SemiExpandedBold.woff2") format("woff2"),
    url("../fonts/TENETSans-SemiExpandedBold.woff") format("woff"),
    url("../fonts/TENETSans-SemiExpandedBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
