@font-face {
    font-family: 'Milchella';
    src: url('/public/fonts/Milchella-Regular.ttf') format('truetype');
    url('/fonts/Milchella-Regular.ttf') format('woff'),
    url('/fonts/Milchella-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Milchella', sans-serif;
}
