/* Custom Fonts for Ghost
 *
 * For Ghost compatibility, this file defines custom fonts in the format Ghost expects.
 * This helps with GScan validation and custom font support.
 */

@font-face {
  font-family: 'PP Mori';
  src:
    url('/assets/built/fonts/PPMori-Regular.woff2') format('woff2'),
    url('/assets/built/fonts/PPMori-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PP Mori';
  src:
    url('/assets/built/fonts/PPMori-Bold.woff2') format('woff2'),
    url('/assets/built/fonts/PPMori-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* Inter font definitions */
@font-face {
  font-family: 'Inter';
  src: url('/assets/built/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/assets/built/fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/assets/built/fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/assets/built/fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
