/**
 * Beleren Font - Optimized subset for card oracle text
 * Contains Latin characters and common punctuation
 *
 * Original font: https://github.com/Saeris/typeface-beleren-bold
 * Version: 1.0.1
 * License: MIT
 */

@font-face {
  font-family: 'Beleren';
  src: url('https://d1hot9ps2xugbc.cloudfront.net/cdn/fonts/beleren/beleren-subset.woff2') format('woff2'),
       url('https://d1hot9ps2xugbc.cloudfront.net/cdn/fonts/beleren/beleren-subset.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
