@font-face {
    font-family: Tomorrow;
    src: url(https://cdn.varomicgames.com/fonts/Tomorrow-Regular.ttf);
}

@font-face {
    font-family: Tomorrow Bold;
    src: url(https://cdn.varomicgames.com/fonts/Tomorrow-Bold.ttf);
}

@font-face {
    font-family: Tomorrow Bold Italic;
    src: url(https://cdn.varomicgames.com/fonts/Tomorrow-BoldItalic.ttf);
}

@font-face {
    font-family: Tomorrow Italic;
    src: url(https://cdn.varomicgames.com/fonts/Tomorrow-Italic.ttf);
}

@font-face {
    font-family: Tomorrow SemiBold;
    src: url(https://cdn.varomicgames.com/fonts/Tomorrow-SemiBold.ttf);
}

@font-face {
    font-family: Tomorrow SemiBold Italic;
    src: url(https://cdn.varomicgames.com/fonts/Tomorrow-SemiBoldItalic.ttf);
}


@font-face {
    font-family: Big Shoulders;
    src: url(https://cdn.varomicgames.com/fonts/BigShoulders-Regular.ttf);
}

@font-face {
    font-family: Big Shoulders Bold;
    src: url(https://cdn.varomicgames.com/fonts/BigShoulders-Bold.ttf);
}

@font-face {
    font-family: Big Shoulders SemiBold;
    src: url(https://cdn.varomicgames.com/fonts/BigShoulders-SemiBold.ttf);
}

@font-face {
    font-family: Big Shoulders Italic;
    src: url(https://cdn.varomicgames.com/fonts/BigShoulders-Italic.ttf);
}

@font-face {
    font-family: Big Shoulders Bold Italic;
    src: url(https://cdn.varomicgames.com/fonts/BigShoulders-BoldItalic.ttf);
}

@font-face {
    font-family: Big Shoulders SemiBold Italic;
    src: url(https://cdn.varomicgames.com/fonts/BigShoulders-SemiBoldItalic.ttf);
}

@font-face {
    font-family: Big Shoulders Extra Light;
    src: url(https://cdn.varomicgames.com/fonts/BigShoulders-ExtraLight.ttf);
}

.regular {
    font-family: Big Shoulders;
}

.bold {
    font-family: Big Shoulders Bold;
}

.italic {
    font-family: Big Shoulders Italic;
}

.bold-italic {
    font-family: Big Shoulders Bold Italic;
}

.semi-bold {
    font-family: Big Shoulders SemiBold;
}

.semi-bold-italic {
    font-family: Big Shoulders SemiBold Italic;
}

.extra-light {
    font-family: Big Shoulders Extra Light;
}

.pz-regular {
    font-family: Tomorrow;
}

.pz-bold {
    font-family: Tomorrow Bold;
}

.pz-italic {
    font-family: Tomorrow Italic;
}

.pz-bold-italic {
    font-family: Tomorrow Bold Italic;
}

.pz-semi-bold {
    font-family: Tomorrow SemiBold;
}

.pz-semi-bold-italic {
    font-family: Tomorrow SemiBold Italic;
}
