/* Supplied college fonts, served from this theme on each website. */
@font-face {
  font-family: "Cornerstone Amanda";
  src: url("fonts/amanda-std-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Cornerstone Koufiya";
  src: url("fonts/koufiya-lt-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* Keep Latin words in Amanda, including on Arabic pages. */
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
:root, .editor-styles-wrapper {
  --cs-font-family: "Cornerstone Amanda", "Cornerstone Koufiya", Arial, sans-serif;
}
