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

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

.lemon-mil-bold {
    font-family: 'Lemon-Milk-Bold' !important;
}

.lemon-milk-medium {
    font-family: 'Lemon-Milk-Medium' !important;
}