@font-face {
    font-family: 'STC Bold';
    src: url('STC_Bold.eot');
    src: url('STC_Bold.eot?') format('embedded-opentype'),
    url('STC_Bold.woff') format('woff'),
    url('STC_Bold.ttf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'STC Medium';
    src: url('STC_Medium.eot');
    src: url('STC_Medium.eot?') format('embedded-opentype'),
    url('STC_Medium.woff') format('woff'),
    url('STC_Medium.ttf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'STC Regular';
    src: url('STC_Regular.eot');
    src: url('STC_Regular.eot?') format('embedded-opentype'),
    url('STC_Regular.woff') format('woff'),
    url('STC_Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

