@font-face {
    font-family: 'Magallanes Bold';
    src: url('../fonts/MagallanesBold.woff2') format('woff2'),
    url('../fonts/MagallanesBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Magallanes';
    src: url('../fonts/MagallanesRegular.woff2') format('woff2'),
    url('../fonts/MagallanesRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Magallanes Light';
    src: url('../fonts/MagallanesLight.woff2') format('woff2'),
    url('../fonts/MagallanesLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

