/*
 * 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.ttf")
    format("ttf");
  font-weight: normal;
  font-style: normal;
  /*font-display: swap;*/
}

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

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

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

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

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