@font-face {
    font-family: 'LemonMilk';
    src: url('../fonts/LemonMilk-Regular.otf') format('opentype');
}

body {
    font-family: 'LemonMilk', system-ui, sans-serif;
}
