﻿/* Gotham */
@font-face {
    font-family: Gotham;
    font-weight: 300;
    src: url("fonts/Gotham-Light.otf") format("opentype");
    src: url("fonts/Gotham-Light.ttf") format("truetype");
    src: url("fonts/Gotham-Light.woff") format("woff");
}
@font-face {
    font-family: Gotham;
    font-weight: 400;
    src: url("fonts/Gotham-Medium.otf") format("opentype");
    src: url("fonts/Gotham-Medium.ttf") format("truetype");
    src: url("fonts/Gotham-Medium.woff") format("woff");
}
@font-face {
    font-family: Gotham;
    font-weight: 700;
    src: url("fonts/Gotham-Bold.otf") format("opentype");
    src: url("fonts/Gotham-Bold.ttf") format("truetype");
    src: url("fonts/Gotham-Bold.woff") format("woff");
}
@font-face {
    font-family: Gotham;
    font-weight: bold;
    src: url("fonts/Gotham-Bold.otf") format("opentype");
    src: url("fonts/Gotham-Bold.ttf") format("truetype");
    src: url("fonts/Gotham-Bold.woff") format("woff");
}
@font-face {
    font-family: Gotham-Book;
    font-weight: 300;
    src: url("fonts/Gotham-Book.otf") format("opentype");
    src: url("fonts/Gotham-Book.ttf") format("truetype");
    src: url("fonts/Gotham-Book.woff") format("woff");
}

/* Caslon */
@font-face {
    font-family: Caslon;
    font-weight: 700;
    font-style: italic;
    src: url("fonts/ACaslonPro-BoldItalic.otf") format("opentype");
    src: url("fonts/ACaslonPro-BoldItalic.ttf") format("truetype");
    src: url("fonts/ACaslonPro-BoldItalic.woff") format("woff");
    src: url("fonts/ACaslonPro-BoldItalic.woff2") format("woff2");
}
@font-face {
    font-family: Caslon;
    font-weight: bold;
    font-style: italic;
    src: url("fonts/ACaslonPro-BoldItalic.otf") format("opentype");
    src: url("fonts/ACaslonPro-BoldItalic.ttf") format("truetype");
    src: url("fonts/ACaslonPro-BoldItalic.woff") format("woff");
    src: url("fonts/ACaslonPro-BoldItalic.woff2") format("woff2");
}
