/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Base Fonts.
 */

/* Atkinson Hyperlegible Next family */
/*@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("../fonts/Atkinson_Hyperlegible_Next/AtkinsonHyperlegibleNext-VariableFont_wght.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("../fonts/Atkinson_Hyperlegible_Next/AtkinsonHyperlegibleNext-Italic-VariableFont_wght.woff2")
    format("woff2");
  font-weight: normal;
  font-style: italic;
}*/

/* Barlow family */
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/woff2/BarlowSemiCondensed-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  /*font-display: swap;*/
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/woff2/BarlowSemiCondensed-Light.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  /*font-display: swap;*/
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/woff2/BarlowSemiCondensed-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  /*font-display: swap;*/
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/woff2/BarlowSemiCondensed-LightItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  /*font-display: swap;*/
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/woff2/BarlowSemiCondensed-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  /*font-display: swap;*/
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/woff2/BarlowSemiCondensed-SemiBoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  /*font-display: swap;*/
}
