@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://assets.cloudogu.com/fonts/Exo_2/Exo2-VariableFont_wght.woff2")
      format("woff2"),
    url("https://assets.cloudogu.com/fonts/Exo_2/Exo2-VariableFont_wght.ttf")
      format("truetype");
}

@font-face {
  font-family: "Exo 2";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://assets.cloudogu.com/fonts/Exo_2/Exo2-Italic-VariableFont_wght.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("https://assets.cloudogu.com/fonts/Open_Sans/OpenSans-VariableFont_wdth%2Cwght.woff2")
      format("woff2"),
    url("https://assets.googleapis.com/fonts/Open_Sans/OpenSans-VariableFont_wdth%2Cwght.ttf")
      format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("https://assets.cloudogu.com/fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth%2Cwght.ttf")
    format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: 600;
}

body {
  background-image: url(../images/bg.png),
    linear-gradient(to bottom, #0c4a6e 0%, #0369a1 100%);
  font-family: "Open Sans", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: 350;
}
