﻿/*
 * ===============================================
 * Create By: M.Mitchell
 * Added support for Gotham typeface.
 * ===============================================
 * ===============================================
 * Here you can put your own css to customize and
 * override the theme.
 * ===============================================
 */

/* =================================================== */
/* Added support for Gotham typeface.                  */
/* =================================================== */
@font-face {
    font-family: 'Gotham';
    src: url('/Fonts/Gotham/Gotham_Book.ttf') format("truetype");
}

@font-face {
    font-family: 'Gotham-Thin';
    src: url('/Fonts/Gotham/Gotham_Thin.otf') format("opentype");
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('/Fonts/Gotham/Gotham_Black.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/Fonts/Gotham/Gotham_Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Bold-Italic';
    src: url('/Fonts/Gotham/Gotham_BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Narrow';
    src: url('/Fonts/GothamNarrow/GothamNarrow_Book.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Narrow-Italic';
    src: url('/Fonts/GothamNarrow/GothamNarrow_BookItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Narrow-Black';
    src: url('/Fonts/GothamNarrow/GothamNarrow_Black.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Narrow-Black-Italic';
    src: url('/Fonts/GothamNarrow/GothamNarrow_BlackItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Narrow-Bold';
    src: url('/Fonts/GothamNarrow/GothamNarrow_Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Narrow-Bold-Italic';
    src: url('/Fonts/GothamNarrow/GothamNarrow_BoldItalic.otf') format('opentype');
}
