@font-face {
    font-family: 'AirbnbCereal';
    src: url('AirbnbCereal_200.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('AirbnbCereal_300.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('AirbnbCereal_400.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('AirbnbCereal_500.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('AirbnbCereal_600.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('AirbnbCereal_700.ttf') format('truetype');
    font-weight: 700;
}

/* Aplicación global */
html body,
body,
h1, h2, h3, h4, h5, h6, a{
    font-family: 'AirbnbCereal', sans-serif !important;
}