@font-face {
    font-family: 'Century Gothic';
    src: url('https://conteudo.grupoposture.com.br/assinaturas/fonts/Century%20Gothic.otf') format('truetype'); /* Arquivo para fonte regular */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://conteudo.grupoposture.com.br/assinaturas/fonts/Century%20Gothic%20Italic.otf') format('truetype'); /* Arquivo para fonte itálico */
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://conteudo.grupoposture.com.br/assinaturas/fonts/Century%20Gothic%20Bold.otf') format('truetype'); /* Arquivo para fonte negrito */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://conteudo.grupoposture.com.br/assinaturas/fonts/Century%20Gothic%20Bold%20Italic.otf') format('truetype'); /* Arquivo para fonte fina */
    font-weight: bold;
    font-style: italic;
}

/* Estilos de exemplo */
.normal {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.italic {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    font-style: italic;
}

.bold {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-style: normal;
}

.italic-bold{
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-style: italic;
}

.thin {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 100; /* Ou o valor adequado para a espessura desejada */
    font-style: normal;
}


.ass-nome{
    position: absolute;
    top: 8px;
    left: 182px;
    color: #ffffff;
    font-size: 18px;
}

.ass-cargo{
    position: absolute;
    top: 37px;
    left: 192px;
    color: #ffffff;
    font-size: 13px;
}

.ico-msg{
    position: absolute;
    top: 81px;
    left: 192px;
    width: 17px;
    height: 17px;
}

.ico-site{
    position: absolute;
    top: 101px;
    left: 196px;
    width: 17px;
    height: 17px;
}

.ico-whatsapp{
    position: absolute;
    top: 122px;
    left: 202px;
    width: 17px;
    height: 17px;
}

.ass-email{
    position: absolute;
    top: 72px;
    left: 219px;
    color: #ffffff;
    font-size: 12px;
}

.ass-site{
    position: absolute;
    top: 91px;
    left: 223px;
    color: #ffffff;
    font-size: 12px;
}

.ass-contatos{
    position: absolute;
    top: 112px;
    left: 225px;
    color: #ffffff;
    font-size: 12px;
}