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

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

/* lora-regular - latin */

@font-face {
  font-family: Lora;
  src:
    local("Lora Regular"),
    local("Lora-Regular"),
    url("../../fonts/lora/lora-v14-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* lora-italic - latin */

@font-face {
  font-family: Lora;
  src:
    local("Lora Italic"),
    local("Lora-Italic"),
    url("../../fonts/lora/lora-v14-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* lora-700 - latin */

@font-face {
  font-family: Lora;
  src:
    local("Lora Bold"),
    local("Lora-Bold"),
    url("../../fonts/lora/lora-v14-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* roboto-light - latin */

@font-face {
  font-family: Roboto;
  src:
    local("Roboto Light"),
    local("Roboto-Light"),
    url("../../fonts/roboto/Roboto-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* roboto-light-italic - latin */

@font-face {
  font-family: Roboto;
  src:
    local("Roboto Light Italic"),
    local("Roboto-Light-Italic"),
    url("../../fonts/roboto/Roboto-300italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* roboto-regular - latin */

@font-face {
  font-family: Roboto;
  src:
    local("Roboto Regular"),
    local("Roboto-Regular"),
    url("../../fonts/roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* roboto-italic - latin */

@font-face {
  font-family: Roboto;
  src:
    local("Roboto Italic"),
    local("Roboto-Italic"),
    url("../../fonts/roboto/Roboto-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* roboto-bold - latin */

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