/* Phenomena Regular — Fontfabric LLC, 2016.
 *
 * This is SLICE SUSHI'S OWN TYPEFACE, taken from their own server
 * (https://slicesushi.lt/fonts/Phenomena-Regular.otf) and converted OTF -> woff2 with
 * fontTools for this demo. It is not a Google font and is not in core/fonts/ — the shared
 * store only reaches Google Fonts, and substituting a lookalike would have thrown away the
 * one piece of typographic identity this business owns. See brand-identity.md section 3.
 *
 * Verified before use: 431 glyphs, every Lithuanian diacritic (ąčęėįšųūž + capitals)
 * present, plus the euro sign. One weight only — the source site has no bold either, and
 * the brand carries hierarchy with size, case and tracking instead.
 *
 * unicode-range is deliberately the full latin + latin-ext block rather than a split: this
 * is a single 32 KB file, so splitting it would add a request without saving bytes.
 */

@font-face {
  font-family: 'Phenomena';
  font-weight: 400;
  font-style: normal;
  src: url('Phenomena-Regular.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+2000-206F, U+20AC, U+2122, U+2212;
}
