@font-face {
    font-family: 'lama';
    src: url('LamaRounded-Thin.woff2') format('woff2'),
        url('LamaRounded-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'lama';
    src: url('LamaRounded-Regular.woff2') format('woff2'),
        url('LamaRounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lama';
    src: url('LamaRounded-Medium.woff2') format('woff2'),
        url('LamaRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'lama';
    src: url('LamaRounded-SemiBold.woff2') format('woff2'),
        url('LamaRounded-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lama';
    src: url('LamaRounded-Bold.woff2') format('woff2'),
        url('LamaRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lama Bold Condensed';
    src: url('LamaRounded-SemiBoldCondensed.woff2') format('woff2'),
        url('LamaRounded-SemiBoldCondensed.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lama Bold Condensed';
    src: url('LamaRounded-BoldCondensed.woff2') format('woff2'),
        url('LamaRounded-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}