/* 
 * Self-Hosted Fonts
 * Cormorant (300, 400, 500, 600) + Work Sans (300, 400, 500)
 * WOFF2 format for modern browsers
 */

/* Cormorant - Light 300 */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/cormorant-300.woff2') format('woff2');
}

/* Cormorant - Regular 400 */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/cormorant-400.woff2') format('woff2');
}

/* Cormorant - Medium 500 */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/cormorant-500.woff2') format('woff2');
}

/* Cormorant - Semi-Bold 600 */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/cormorant-600.woff2') format('woff2');
}

/* Work Sans - Light 300 */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/work-sans-300.woff2') format('woff2');
}

/* Work Sans - Regular 400 */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/work-sans-400.woff2') format('woff2');
}

/* Work Sans - Medium 500 */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/work-sans-500.woff2') format('woff2');
}
