/* ============================================================
   AFRY — Campton Neue (brand typeface, "RB Campton Neue")
   Self-hosted OTFs in /assets/fonts. Family name: "Campton Neue".
   Fallback: Arial (per brand guidelines — office documents only).
   ============================================================ */
@font-face {
  font-family: 'Campton Neue'; font-style: normal; font-weight: 100;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: italic; font-weight: 100;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-ThinItalic.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: normal; font-weight: 200;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-ExtraLight.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: italic; font-weight: 200;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-ExtraLightItalic.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: normal; font-weight: 300;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: italic; font-weight: 300;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-LightItalic.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: normal; font-weight: 400;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: italic; font-weight: 400;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-RegularItalic.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: normal; font-weight: 500;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: italic; font-weight: 500;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-MediumItalic.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: normal; font-weight: 600;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-SemiBold.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: italic; font-weight: 600;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-SemiBoldItalic.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: normal; font-weight: 700;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Campton Neue'; font-style: italic; font-weight: 700;
  font-display: swap; src: url('../assets/fonts/RBCamptonNeue-BoldItalic.otf') format('opentype');
}
