/* PPNeue Font - Updated to match Selfbook's font weights */
@font-face {
  font-family: PPNeue;
  font-weight: 300;
  font-style: normal;
  src: url('/NeueMontreal/NeueMontreal-Light.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: PPNeue;
  font-weight: 300;
  font-style: italic;
  src: url('/NeueMontreal/NeueMontreal-LightItalic.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: PPNeue;
  font-weight: 400;
  font-style: normal;
  src: url('/NeueMontreal/NeueMontreal-Regular.otf') format('opentype');
  font-display: swap;
}

/* Selfbook uses 450 for most body text */
@font-face {
  font-family: PPNeue;
  font-weight: 450;
  font-style: normal;
  src: url('/NeueMontreal/NeueMontreal-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: PPNeue;
  font-weight: 500;
  font-style: normal;
  src: url('/NeueMontreal/NeueMontreal-Medium.otf') format('opentype');
  font-display: swap;
}

/* Selfbook uses 530 for secondary headings */
@font-face {
  font-family: PPNeue;
  font-weight: 530;
  font-style: normal;
  src: url('/NeueMontreal/NeueMontreal-Medium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: PPNeue;
  font-weight: 600;
  font-style: normal;
  src: url('/NeueMontreal/NeueMontreal-SemiBold.otf') format('opentype');
  font-display: swap;
}

/* Selfbook uses 640 for main headings */
@font-face {
  font-family: PPNeue;
  font-weight: 640;
  font-style: normal;
  src: url('/NeueMontreal/NeueMontreal-SemiBold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: PPNeue;
  font-weight: 700;
  font-style: normal;
  src: url('/NeueMontreal/NeueMontreal-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: PPNeue;
  font-weight: 700;
  font-style: italic;
  src: url('/NeueMontreal/NeueMontreal-BoldItalic.otf') format('opentype');
  font-display: swap;
}
