/* Fuente Regular */
@font-face {
    font-family: 'SST';
    src: url('../fonts/SSTRg.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Fuente Light */
@font-face {
    font-family: 'SST';
    src: url('../fonts/SSTLight.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Fuente Medium */
@font-face {
    font-family: 'SST';
    src: url('../fonts/SSTMedium.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Fuente Bold */
@font-face {
    font-family: 'SST';
    src: url('../fonts/SSTBold.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Fuente Heavy */
@font-face {
    font-family: 'SST';
    src: url('../fonts/SSTHeavy.TTF') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Versión Italic */
@font-face {
    font-family: 'SST';
    src: url('../fonts/SSTRgIt.TTF') format('truetype');
    font-weight: 400;
    font-style: italic;
}