/* 
 * Font declarations for browzy
 * 
 * This file contains @font-face declarations for:
 * - Styrene by Berton Hasebe (for headlines and subheadings)
 * - Tiempos by Klim Type Foundry (for body text)
 *
 * Note: You need to purchase these fonts and place the font files in this directory.
 * The paths below assume the font files are placed in the /fonts directory.
 */

/* Styrene A - Regular */
@font-face {
  font-family: 'Styrene A';
  src: url('/fonts/StyreneA-Regular.woff2') format('woff2'),
       url('/fonts/StyreneA-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Styrene A - Medium */
@font-face {
  font-family: 'Styrene A';
  src: url('/fonts/StyreneA-Medium.woff2') format('woff2'),
       url('/fonts/StyreneA-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Styrene A - Bold */
@font-face {
  font-family: 'Styrene A';
  src: url('/fonts/StyreneA-Bold.woff2') format('woff2'),
       url('/fonts/StyreneA-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Tiempos Text - Regular */
@font-face {
  font-family: 'Tiempos Text';
  src: url('/fonts/TiemposText-Regular.woff2') format('woff2'),
       url('/fonts/TiemposText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Tiempos Text - Regular Italic */
@font-face {
  font-family: 'Tiempos Text';
  src: url('/fonts/TiemposText-RegularItalic.woff2') format('woff2'),
       url('/fonts/TiemposText-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Tiempos Text - Medium */
@font-face {
  font-family: 'Tiempos Text';
  src: url('/fonts/TiemposText-Medium.woff2') format('woff2'),
       url('/fonts/TiemposText-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Tiempos Text - Medium Italic */
@font-face {
  font-family: 'Tiempos Text';
  src: url('/fonts/TiemposText-MediumItalic.woff2') format('woff2'),
       url('/fonts/TiemposText-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Tiempos Text - Semibold */
@font-face {
  font-family: 'Tiempos Text';
  src: url('/fonts/TiemposText-Semibold.woff2') format('woff2'),
       url('/fonts/TiemposText-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Tiempos Text - Semibold Italic */
@font-face {
  font-family: 'Tiempos Text';
  src: url('/fonts/TiemposText-SemiboldItalic.woff2') format('woff2'),
       url('/fonts/TiemposText-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
