/* Moret Variable Font - January Gypsy Official Typeface */

@font-face {
  font-family: 'Moret';
  src: url('./moret-variable.woff2') format('woff2-variations'),
       url('./moret-variable.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Moret';
  src: url('./moret-variable-italic.woff2') format('woff2-variations'),
       url('./moret-variable-italic.woff') format('woff');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Moret Font Classes for easy use */
.font-moret {
  font-family: 'Moret', 'Playfair Display', serif;
}

.font-moret-light {
  font-family: 'Moret', 'Playfair Display', serif;
  font-weight: 300;
}

.font-moret-regular {
  font-family: 'Moret', 'Playfair Display', serif;
  font-weight: 400;
}

.font-moret-medium {
  font-family: 'Moret', 'Playfair Display', serif;
  font-weight: 500;
}

.font-moret-semibold {
  font-family: 'Moret', 'Playfair Display', serif;
  font-weight: 600;
}

.font-moret-bold {
  font-family: 'Moret', 'Playfair Display', serif;
  font-weight: 700;
}

.font-moret-extrabold {
  font-family: 'Moret', 'Playfair Display', serif;
  font-weight: 800;
}