
/* Importação da fonte Comic Neue do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;700&family=Caveat:wght@400;700&family=Architects+Daughter&family=Indie+Flower&family=Handlee&family=Reenie+Beanie&family=Shadows+Into+Light&family=Chewy&family=Permanent+Marker&family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&family=Schoolbell&family=Patrick+Hand&family=Gloria+Hallelujah&family=Short+Stack&family=Freckle+Face&display=swap');

code {
    background: #212529;
    color: #0f0;
    padding: 2px 6px;
    border-radius: 4px;
}

.textCongrats {
    /* background-color: rgba(158, 202, 158, 0.1); */
    /* border: 1px solid rgba(0, 255, 0, 0.5); */
    padding: 10px;
    border-radius: 5px;
    font-family: 'Architects Daughter', Arial, sans-serif; 
    color: rgb(65, 77, 76);
    font-weight: 400;        /* Peso normal */
    font-style: italic;      /* Não itálico */
    font-size: 2rem;
    margin: 30px 0;
    text-align: center;
}

/* Importação das 6 fontes infantis/escolares do Google Fonts */

/* 1. Comic Neue - divertida e legível */
.fonte-comic-neue {
    font-family: 'Comic Neue', Arial, sans-serif;
}

/* 2. Schoolbell - simula letra de criança */
.fonte-schoolbell {
    font-family: 'Schoolbell', Arial, sans-serif;
}

/* 3. Patrick Hand - letra de forma amigável */
.fonte-patrick-hand {
    font-family: 'Patrick Hand', Arial, sans-serif;
}

/* 4. Gloria Hallelujah - divertida, parece hidrocor */
.fonte-gloria-hallelujah {
    font-family: 'Gloria Hallelujah', Arial, sans-serif;
}

/* 5. Short Stack - letra grande e arredondada, ótima para títulos */
.fonte-short-stack {
    font-family: 'Short Stack', Arial, sans-serif;
}

/* 6. Freckle Face - fonte lúdica e divertida, ótima para chamadas */
.fonte-freckle-face {
    font-family: 'Freckle Face', Arial, sans-serif;
}

/* 7. Baloo 2 - bem arredondada, amigável */
.fonte-baloo2 {
    font-family: 'Baloo 2', Arial, sans-serif;
}

/* 8. Caveat - manuscrita, letra cursiva */
.fonte-caveat {
    font-family: 'Caveat', cursive, Arial, sans-serif;
}

/* 9. Architects Daughter - letra de forma estilo escolar */
.fonte-architects-daughter {
    font-family: 'Architects Daughter', Arial, sans-serif;
}

/* 10. Indie Flower - manuscrita descontraída */
.fonte-indie-flower {
    font-family: 'Indie Flower', cursive, Arial, sans-serif;
}

/* 11. Handlee - manuscrita simples, boa para leitura */
.fonte-handlee {
    font-family: 'Handlee', cursive, Arial, sans-serif;
}

/* 12. Reenie Beanie - parece caneta gel */
.fonte-reenie-beanie {
    font-family: 'Reenie Beanie', cursive, Arial, sans-serif;
}

/* 13. Shadows Into Light - manuscrita informal */
.fonte-shadows-into-light {
    font-family: 'Shadows Into Light', cursive, Arial, sans-serif;
}

/* 14. Chewy - divertida, ótima para títulos */
.fonte-chewy {
    font-family: 'Chewy', Arial, sans-serif;
}

/* 15. Permanent Marker - forte e marcante, estilo marcador */
.fonte-permanent-marker {
    font-family: 'Permanent Marker', Arial, sans-serif;
}

/* 16. Luckiest Guy - estilo cartoon, divertida */
.fonte-luckiest-guy {
    font-family: 'Luckiest Guy', Arial, sans-serif;
}


