/* Local webfonts shipped with the Idromeno brand kit — Array (display) + Khand (text). */

/* ---- ARRAY (pixel/dot display face — headings & category labels only) ---- */
@font-face {
  font-family: 'Array';
  src: url('/fonts/array/Array-Regular.woff2') format('woff2'),
       url('/fonts/array/Array-Regular.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Array';
  src: url('/fonts/array/Array-Semibold.woff2') format('woff2'),
       url('/fonts/array/Array-Semibold.woff') format('woff');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Array';
  src: url('/fonts/array/Array-Bold.woff2') format('woff2'),
       url('/fonts/array/Array-Bold.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Array Wide';
  src: url('/fonts/array/Array-Wide.woff2') format('woff2'),
       url('/fonts/array/Array-Wide.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Array Wide';
  src: url('/fonts/array/Array-SemiboldWide.woff2') format('woff2'),
       url('/fonts/array/Array-SemiboldWide.woff') format('woff');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Array Wide';
  src: url('/fonts/array/Array-BoldWide.woff2') format('woff2'),
       url('/fonts/array/Array-BoldWide.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---- KHAND (condensed grotesque — everything else) ---- */
@font-face {
  font-family: 'Khand';
  src: url('/fonts/khand/Khand-Light.woff2') format('woff2'),
       url('/fonts/khand/Khand-Light.woff') format('woff');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('/fonts/khand/Khand-Regular.woff2') format('woff2'),
       url('/fonts/khand/Khand-Regular.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('/fonts/khand/Khand-Medium.woff2') format('woff2'),
       url('/fonts/khand/Khand-Medium.woff') format('woff');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('/fonts/khand/Khand-SemiBold.woff2') format('woff2'),
       url('/fonts/khand/Khand-SemiBold.woff') format('woff');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('/fonts/khand/Khand-Bold.woff2') format('woff2'),
       url('/fonts/khand/Khand-Bold.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}
