@font-face {
    font-family: 'Verlitha Script';
    src: url('https://chezmaitresakir.com/assets/fontes/VerlithaScript.eot');
    src: url('https://chezmaitresakir.com/assets/fontes/VerlithaScript.ttf') format('truetype'),
         url('https://chezmaitresakir.com/assets/fontes/VerlithaScript.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Snell';
    src: url('https://chezmaitresakir.com/assets/fontes/SnellBT-Regular.eot');
    src: url('https://chezmaitresakir.com/assets/fontes/SnellBT-Regular.ttf') format('truetype'),
         url('https://chezmaitresakir.com/assets/fontes/SnellBT-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Snell';
    src: url('https://chezmaitresakir.com/assets/fontes/SnellBT-Bold.eot');
    src: url('https://chezmaitresakir.com/assets/fontes/SnellBT-Bold.ttf') format('truetype'),
         url('https://chezmaitresakir.com/assets/fontes/SnellBT-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Snell Roundhand';
    src: url('https://chezmaitresakir.com/assets/fontes/SnellRoundhand-BoldScript.eot');
    src: url('https://chezmaitresakir.com/assets/fontes/SnellRoundhand-BoldScript.ttf') format('truetype'),
         url('https://chezmaitresakir.com/assets/fontes/SnellRoundhand-BoldScript.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Snell Roundhand';
    src: url('https://chezmaitresakir.com/assets/fontes/SnellRoundhand-BlackScript.eot');
    src: url('https://chezmaitresakir.com/assets/fontes/SnellRoundhand-BlackScript.ttf') format('truetype'),
         url('https://chezmaitresakir.com/assets/fontes/SnellRoundhand-BlackScript.otf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
/****************************************************/
.ftverlitha{
    font-family: 'Verlitha Script' !important;
}
.ftsnell{
    font-family: 'Snell' !important;
}
.ftsnellround{
    font-family: 'Snell Roundhand' !important;
}
.specit > span{
    position:absolute;
    padding-bottom: 0.25rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    padding-top: 1em;
}