@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.eot');
    src: url('../fonts/TideSans-300LilKahuna.eot?') format('eot'),
    url('../fonts/TideSans-300LilKahuna.woff') format('woff'),
    url('../fonts/TideSans-300LilKahuna.ttf') format('truetype'),
    url('../fonts/TideSans-300LilKahuna.svg') format('svg');
    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.eot');
    src: url('../fonts/TideSans-600Bunny.eot?') format('eot'),
    url('../fonts/TideSans-600Bunny.woff') format('woff'),
    url('../fonts/TideSans-600Bunny.ttf') format('truetype'),
    url('../fonts/TideSans-600Bunny.svg') format('svg');
    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;
}