@font-face {
    font-family: "LilBunny";
    src: url('../fonts/TideSans-100LilBunny.otf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "LilBunny";
    src: url('../fonts/TideSans-100LilBunnyItalic.otf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "LilMondo";
    src: url('../fonts/TideSans-200LilMondo.otf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "LilMondo";
    src: url('../fonts/TideSans-200LilMondoItalic.otf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Kahuna";
    src: url('../fonts/TideSans-300LilKahuna.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Kahuna";
    src: url('../fonts/TideSans-300LilKahunaItalic.otf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Bunny";
    src: url('../fonts/TideSans-600Bunny.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Bunny";
    src: url('../fonts/TideSans-600BunnyItalic.otf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "DSDigital";
    src: url('../fonts/DS-DIGII.TTF') format('truetype');
}

@font-face {
    font-family: "LilDude";
    src: url('../fonts/TideSans-400LilDude.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}