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

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

/*
 * Media query breakpoints.
 * Processed by postcss/postcss-custom-media.
 */

/* Navigation related breakpoints */

/* Grid related breakpoints */

/* Grid shifts from 6 to 14 columns. */

/* Width of the entire grid maxes out. */

@font-face {
  font-family: metropolis;
  src: url("../../fonts/metropolis/Metropolis-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: metropolis;
  src: url("../../fonts/metropolis/Metropolis-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: metropolis;
  src: url("../../fonts/metropolis/Metropolis-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url("../../fonts/lora/lora-variable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url("../../fonts/lora/lora-italic-variable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fontello';
  src: url('../../fonts/icons/fontello.eot?10789367');
  src: url('../../fonts/icons/fontello.eot?10789367#iefix') format('embedded-opentype'),
       url('../../fonts/icons/fontello.woff2?10789367') format('woff2'),
       url('../../fonts/icons/fontello.woff?10789367') format('woff'),
       url('../../fonts/icons/fontello.ttf?10789367') format('truetype'),
       url('../../fonts/icons/fontello.svg?10789367#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* .icon-volume-up:before { content: '\e800'; }
.icon-search:before { content: '\e801'; }
.icon-star-empty:before { content: '\e802'; }
.icon-star:before { content: '\e803'; }
.icon-info:before { content: '\e804'; }
.icon-link-ext:before { content: '\f08e'; }
.icon-angle-left:before { content: '\f104'; }
.icon-angle-right:before { content: '\f105'; }
.icon-angle-up:before { content: '\f106'; }
.icon-angle-down:before { content: '\f107'; } */