/* Custom Fonts - Airbnb Cereal */
/* Using absolute paths from Django static root to work correctly with Vite dev mode
   In dev mode: Vite dev server proxies these requests to Django's static files
   In production: Django serves fonts directly from /static/fonts/ */

@font-face {
  font-family: 'Airbnb Cereal';
  src: url("/static/fonts/AirbnbCereal_W_Md.e13efd9c16d8.otf") format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url("/static/fonts/AirbnbCereal_W_Bd.fab1fd4ca8d2.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url("/static/fonts/AirbnbCereal_W_Blk.3a8b25b3fe08.otf") format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url("/static/fonts/AirbnbCereal_W_Lt.19c0f3d9508f.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url("/static/fonts/AirbnbCereal_W_XBd.1ad6138c0566.otf") format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url("/static/fonts/AirbnbCereal_W_Bk.e0d7024f3f89.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} 