/* Mirage Font Family */
@font-face {
  font-family: 'Mirage';
  src: url('fonts/made-mirage-thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mirage';
  src: url('fonts/made-mirage-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mirage';
  src: url('fonts/made-mirage-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mirage';
  src: url('fonts/made-mirage-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Okine Sans Font Family - matching your actual files */
@font-face {
  font-family: 'Okine Sans';
  src: url('fonts/made-okine-sans-thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Okine Sans';
  src: url('fonts/made-okine-sans-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Okine Sans';
  src: url('fonts/okine-sans-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium weight fallback - uses regular since you don't have a medium file */
@font-face {
  font-family: 'Okine Sans';
  src: url('fonts/okine-sans-regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Okine Sans';
  src: url('fonts/made-okine-sans-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Okine Sans';
  src: url('fonts/okisans-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}