@font-face {
    font-family: 'BellotaText';
    src: url('fonts/BellotaText-Bold.woff2') format('woff2'),
         url('fonts/BellotaText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BellotaText';
    src: url('fonts/BellotaText-Bold.woff2') format('woff2'),
         url('fonts/BellotaText-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'BellotaText';
    src: url('fonts/BellotaText-Italic.woff2') format('woff2'),
         url('fonts/BellotaText-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BellotaText';
    src: url('fonts/BellotaText-Light.woff2') format('woff2'),
         url('fonts/BellotaText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BellotaText';
    src: url('fonts/BellotaText-LightItalic.woff2') format('woff2'),
         url('fonts/BellotaText-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'BellotaText';
    src: url('fonts/BellotaText-Regular.woff2') format('woff2'),
         url('fonts/BellotaText-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
