/* Custom Fonts for LowKey Studio */

/* Bebas Neue Font */
@font-face {
  font-family: 'Bebas Neue';
  src: url('/fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Posterman Font */
@font-face {
  font-family: 'Posterman';
  src: url('/fonts/Posterman_PERSONAL_USE_ONLY.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Eastman Roman Trial - Thin */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - Extralight */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - Light */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - Regular */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - Medium */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - DemiBold */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-DemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - Bold */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - Extrabold */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-ExtraboldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - Heavy */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - Black */
@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-Black.otf') format('opentype');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman';
  src: url('/fonts/EastmanRomanTrial-BlackItalic.otf') format('opentype');
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Trial - Offset */
@font-face {
  font-family: 'Eastman Roman Offset';
  src: url('/fonts/EastmanRomanTrial-RegularOffset.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman Offset';
  src: url('/fonts/EastmanRomanTrial-RegularOffsetItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Eastman Roman Black - Separate Family for Easy Selection */
@font-face {
  font-family: 'Eastman Roman Black';
  src: url('/fonts/EastmanRomanTrial-Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Roman Black';
  src: url('/fonts/EastmanRomanTrial-BlackItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* Font test - Add a test class to verify loading */
.font-test {
  font-family: 'Bebas Neue', Arial, sans-serif;
}

.font-test-posterman {
  font-family: 'Posterman', Arial, sans-serif;
}

.font-test-eastman {
  font-family: 'Eastman Roman', Arial, sans-serif;
}

.font-test-eastman-black {
  font-family: 'Eastman Roman Black', Arial, sans-serif;
}

/* Amsi Pro Narw Ultra Font */
@font-face {
  font-family: 'Amsi Pro Narw Ultra';
  src: url('/fonts/AmsiProNarw-Ultra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-test-amsi {
  font-family: 'Amsi Pro Narw Ultra', Arial, sans-serif;
}
