/* IvyOra Display Font Face Declarations */
/* You'll need to update these paths after extracting the ZIP file */

@font-face {
  font-family: 'IvyOra Display';
  src: url('./IvyOraDisplay-Regular.woff2') format('woff2'),
       url('./IvyOraDisplay-Regular.woff') format('woff'),
       url('./IvyOraDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IvyOra Display';
  src: url('./IvyOraDisplay-Medium.woff2') format('woff2'),
       url('./IvyOraDisplay-Medium.woff') format('woff'),
       url('./IvyOraDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IvyOra Display';
  src: url('./IvyOraDisplay-Bold.woff2') format('woff2'),
       url('./IvyOraDisplay-Bold.woff') format('woff'),
       url('./IvyOraDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}