/* ============================
   FONTS DEFINITION
   ============================ */

@font-face {
  font-family: 'SBL Hebrew';
  src: url('../fonts/sbl-hebrew.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Yiddishkeit';
  src: url('../fonts/YiddishkeitAlefAlefAlef-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Fills1';
  src: url('../fonts/FILLS1.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ============================
   ORNAMENTS UTILITY CLASSES
   ============================ */

.ornament {
  font-family: 'Fills1', sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: inline-block;
}

.ornament-large {
  font-family: 'Fills1', sans-serif;
  font-size: 2.5em;
  line-height: 1;
  display: inline-block;
}

.ornament-small {
  font-family: 'Fills1', sans-serif;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
}
