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

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

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

