/* AirbnbCereal_W family - loaded from /static/fonts, used app-wide as the base typeface */

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

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

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

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

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

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

html,
body {
    font-family: 'AirbnbCereal_W', ui-sans-serif, system-ui, -apple-system, sans-serif;
}
