﻿
/* 1. Font Faces
   ========================================================================== */
@font-face {
    font-family: 'sst-medium';
    src: url('../fonts/SSTMedium.TTF') format('truetype');
}

@font-face {
    font-family: 'sst-light';
    src: url('../fonts/SSTLight.TTF') format('truetype');
}

@font-face {
    font-family: 'sst-roman';
    src: url('../fonts/SST-Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'sst-heavy';
    src: url('../fonts/SST-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'sst-bold';
    src: url('../fonts/SSTBold.TTF') format('truetype');
}
