/* Evermore Sans */
@font-face {
    font-family: 'Evermore Sans';
    src: url(./typefaces/EvermoreSans-Regular.ttf);
}

/* Courier Script */
@font-face {
    font-family: 'Courier Script';
    src: url(./typefaces/CourierScript.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Courier Script';
    src: url(./typefaces/CourierScript-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Courier Script';
    src: url(./typefaces/CourierScript-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Courier Script';
    src: url(./typefaces/CourierScript-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

/* Whitaker */
@font-face {
    font-family: 'Whitaker';
    src: url(./typefaces/Whitaker-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Whitaker';
    src: url(./typefaces/Whitaker-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Whitaker';
    src: url(./typefaces/Whitaker-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Whitaker';
    src: url(./typefaces/Whitaker-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

/* Libre Roman */
@font-face {
    font-family: 'Libre Roman';
    src: url(./typefaces/LibreRomanAT-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Libre Roman';
    src: url(./typefaces/LibreRomanAT-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Libre Roman';
    src: url(./typefaces/LibreRomanAT-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Libre Roman';
    src: url(./typefaces/LibreRomanAT-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

/* Winchell Serif */
@font-face {
    font-family: 'Winchell Serif';
    src: url(./typefaces/WinchellSerif-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Winchell Serif';
    src: url(./typefaces/WinchellSerif-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Winchell Serif';
    src: url(./typefaces/WinchellSerif-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Winchell Serif';
    src: url(./typefaces/WinchellSerif-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

/* Swiss Grotesk */
@font-face {
    font-family: 'Swiss Grotesk';
    src: url(./typefaces/SwissGrotesk.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Swiss Grotesk';
    src: url(./typefaces/SwissGrotesk-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Swiss Grotesk';
    src: url(./typefaces/SwissGrotesk-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Swiss Grotesk';
    src: url(./typefaces/SwissGrotesk-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

/* Moment Gothic */
@font-face {
    font-family: 'Moment Gothic';
    src: url(./typefaces/MomentGothic-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Moment Gothic';
    src: url(./typefaces/MomentGothic-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Moment Gothic';
    src: url(./typefaces/MomentGothic-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Moment Gothic';
    src: url(./typefaces/MomentGothic-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}