/*
Standard Webfonts for transy.edu
*/
/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2021 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      CastleType
 * License URL: https://www.fontspring.com/licenses/castletype/webfont
 *
 *
 */

@font-face {
    font-family: 'standard';
    src: url('standardct_regular_macroman/standard-regular-webfont.woff2') format('woff2'),
         url('standardct_regular_macroman/standard-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'standard';
    src: url('standardct_bold_macroman/standard-bold-webfont.woff2') format('woff2'),
         url('standardct_bold_macroman/standard-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'standardcondensed';
    src: url('standardct_lightcondensed_macroman/standardcondensed-light-webfont.woff2') format('woff2'),
         url('standardct_lightcondensed_macroman/standardcondensed-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'standardcondensed';
    src: url('standardct_mediumcondensed_macroman/standardcondensed-medium-webfont.woff2') format('woff2'),
         url('standardct_mediumcondensed_macroman/standardcondensed-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'standardcondensed';
    src: url('standardct_boldcondensed_macroman/standardcondensed-bold-webfont.woff2') format('woff2'),
         url('standardct_boldcondensed_macroman/standardcondensed-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}