/**
 * NewJune Font Family
 *
 * Weights:
 * - Book (400) - Regular text
 * - Medium (500) - Semi-bold text
 * - Bold (700) - Bold text
 */

@font-face {
  font-family: 'NewJune';
  src: url('newjune/NewJune-Book.woff2') format('woff2'),
       url('newjune/NewJune-Book.woff') format('woff'),
       url('newjune/NewJune-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NewJune';
  src: url('newjune/NewJune-Medium.woff2') format('woff2'),
       url('newjune/NewJune-Medium.woff') format('woff'),
       url('newjune/NewJune-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NewJune';
  src: url('newjune/NewJune-Bold.woff2') format('woff2'),
       url('newjune/NewJune-Bold.woff') format('woff'),
       url('newjune/NewJune-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
