/*
 * Lokálně hostovaná písma – žádné volání na fonts.googleapis.com (GDPR).
 * Soubory .woff2 nahrajte do /assets/fonts/ podle README, kapitola 3.
 *
 * Atkinson Hyperlegible Next: Braille Institute of America, SIL Open Font License 1.1
 * Source Serif 4:        Adobe, SIL Open Font License 1.1
 */

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("../fonts/atkinson-regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("../fonts/atkinson-bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("../fonts/atkinson-italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
