/*
 * 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: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../../fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../../fonts/source-sans-pro-v21-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../../fonts/source-sans-pro-v21-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../../fonts/source-sans-pro-v21-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Scope One";
  src:
    local("Scope One"),
    local("ScopeOne-Regular"),
    url("../../fonts/scope-one-v14-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
