
@font-face {
    font-family: 'LuckiestGuy-Regular';
    src: url('../fonts/LuckiestGuy-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
}

html {
    font-family: 'LuckiestGuy-Regular', sans-serif;
}