@font-face{
    font-family:'BX-BOLD';
    src: url('Bx/otf/Bluexpace-ExtraBold.otf') format("opentype");
    src: url('Bx/woff2/Bluexpace-ExtraBold.woff2') format('woff2'),
         url('Bx/woff/Bluexpace-ExtraBold.woff') format('woff'),
         url('Bx/ttf/Bluexpace-ExtraBold.ttf') format('truetype');
    font-weight:bold; font-style:normal; font-display: swap;
}
@font-face {
    font-family:'BX-LIGTH';
    src: url('Bx/otf/Bluexpace-Thin.otf') format("opentype");
    src: url('Bx/woff2/Bluexpace-Thin.woff2') format('woff2'),
         url('Bx/woff/Bluexpace-Thin.woff') format('woff'),
         url('Bx/ttf/Bluexpace-Thin.ttf') format('truetype');
    font-weight:lighter; font-style:normal; font-display: swap;
}
@font-face {
    font-family:'BX-REGULAR';
    src: url('Bx/otf/Bluexpace-Light.otf') format("opentype");
    src: url('Bx/woff2/Bluexpace-Light.woff2') format('woff2'),
         url('Bx/woff/Bluexpace-Light.woff') format('woff'),
         url('Bx/ttf/Bluexpace-Light.ttf') format('truetype');
    font-weight:normal; font-style:normal; font-display: swap;
}

body{font-family:'BX-REGULAR',sans-serif;}
.pages h1, .titulo-principal{font-family:'BX-BOLD';}