/* Fontes externas */
@import url(
    'https://fonts.googleapis.com/css2?family=Audiowide&family=Bangers&family=Bebas+Neue&family=Black+Ops+One&family=Caveat:wght@400;700&family=Cinzel:wght@400;700;900&family=Creepster&family=Dancing+Script:wght@400;700&family=Fira+Code:wght@400;700&family=Great+Vibes&family=Jersey+10&family=Lobster&family=MedievalSharp&family=Monoton&family=Orbitron:wght@400;700;900&family=Pacifico&family=Permanent+Marker&family=Press+Start+2P&family=Roboto+Slab:wght@400;700;900&family=Rubik+Glitch&family=Russo+One&family=Silkscreen:wght@400;700&family=Special+Elite&display=swap'
);

/* Classe básica para todos os nicks */
.nick-com-fonte {
    display: inline;
    font-weight: inherit;
}

/* Fontes */
.fonte-padrao {
    font-family: Tahoma, Arial, sans-serif;
}

.fonte-cursiva {
    font-family: "Dancing Script", cursive;
    font-size: 1.12em;
}

.fonte-alien {
    font-family: "Rubik Glitch", fantasy;
}

.fonte-cyber {
    font-family: "Orbitron", sans-serif;
}

.fonte-hand {
    font-family: "Caveat", cursive;
    font-size: 1.18em;
    font-weight: 700;
}

.fonte-impact {
    font-family: "Bebas Neue", Impact, sans-serif;
    letter-spacing: 1px;
}

.fonte-serifada {
    font-family: "Roboto Slab", Georgia, serif;
}

.fonte-pixel {
    font-family: "Press Start 2P", monospace;
    font-size: 0.75em;
    line-height: 1.5;
}

.fonte-neon {
    font-family: "Monoton", sans-serif;
}

.fonte-gothic {
    font-family: "MedievalSharp", serif;
}

.fonte-comic {
    font-family: "Bangers", cursive;
    letter-spacing: 1px;
}

.fonte-monospace {
    font-family: "Fira Code", monospace;
}

.fonte-fantasy {
    font-family: "Creepster", fantasy;
}

.fonte-audiowide {
    font-family: "Audiowide", sans-serif;
}

.fonte-blackops {
    font-family: "Black Ops One", fantasy;
}

.fonte-cinzel {
    font-family: "Cinzel", serif;
    font-weight: 700;
}

.fonte-greatvibes {
    font-family: "Great Vibes", cursive;
    font-size: 1.25em;
}

.fonte-lobster {
    font-family: "Lobster", cursive;
}

.fonte-pacifico {
    font-family: "Pacifico", cursive;
}

.fonte-marker {
    font-family: "Permanent Marker", cursive;
}

.fonte-russo {
    font-family: "Russo One", sans-serif;
}

.fonte-silkscreen {
    font-family: "Silkscreen", monospace;
    font-size: 0.85em;
}

.fonte-typewriter {
    font-family: "Special Elite", monospace;
}

.fonte-jersey {
    font-family: "Jersey 10", sans-serif;
    font-size: 1.3em;
}

.fonte-retro {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 2px;
}