@font-face {
    font-family: 'LacaRegular';
    src: url('Laca-Regular.woff2') format('woff2'),
        url('Laca-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LacaBlack';
    src: url('Laca-Black.woff2') format('woff2'),
        url('Laca-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LacaSemiBold';
    src: url('Laca-SemiBold.woff2') format('woff2'),
        url('Laca-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LacaBold';
    src: url('Laca-Bold.woff2') format('woff2'),
        url('Laca-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LacaBook';
    src: url('Laca-Book.woff2') format('woff2'),
        url('Laca-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LacaLight';
    src: url('Laca-Light.woff2') format('woff2'),
        url('Laca-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LacaMedium';
    src: url('Laca-Medium.woff2') format('woff2'),
        url('Laca-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

