
@font-face {
    font-family: "Cereal";
    src: url(AirbnbCerealLight.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Cereal";
    src: url(AirbnbCerealBook.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Cereal";
    src: url(AirbnbCerealMedium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Cereal";
    src: url(AirbnbCerealBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Cereal";
    src: url(AirbnbCerealExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: "Cereal";
    src: url(AirbnbCerealBlack.ttf);
    font-weight: 900;
}

