/* Fonts */
@font-face {font-family: basiic;src: url('https://files.catbox.moe/jtvuhg.ttf');}
@font-face {font-family: jetbrains;src: url('https://files.catbox.moe/hyutal.ttf');}
@font-face {font-family: microgamma;src: url('https://files.catbox.moe/vvg4n2.ttf');}
@font-face {font-family: calsans;src: url('https://files.catbox.moe/tvj705.ttf');}
@font-face {font-family: robotomono;src: url('https://files.catbox.moe/583egg.ttf');}
@font-face {font-family: nunito;src: url('https://files.catbox.moe/505rkf.ttf');}
@font-face {font-family: karla;src: url('https://files.catbox.moe/k151xd.ttf');}
@font-face {font-family: eurostile;src: url('https://files.catbox.moe/pmmjpx.woff');}
@font-face {font-family: mc;src: url('https://files.catbox.moe/sd80fu.ttf');}
@font-face {font-family: vcr;src: url('https://files.catbox.moe/ks689m.ttf');}
@font-face {font-family: pixellari;src: url('https://files.catbox.moe/6yk1u6.ttf');}
@font-face {font-family: alagard;src: url('https://files.catbox.moe/h7d0sv.ttf');}
@font-face {font-family: spongeboymebob;src: url('https://files.catbox.moe/kyqndv.ttf');}
@font-face {font-family: amoria;src: url('https://files.catbox.moe/e89ntn.otf');}
@font-face {font-family: coolveltica;src: url('https://files.catbox.moe/cu0145.otf');}
@font-face {font-family: newromantics;src: url('https://files.catbox.moe/0u8u6s.TTF');}
@font-face {font-family: angelicwar;src: url('https://files.catbox.moe/0hwgn4.ttf');}
@font-face {font-family: shinybuttons;src: url('https://files.catbox.moe/x1m6eo.ttf');}

body {
    font-family: 'Comic Sans MS';
    padding: 20px;
    text-align: center;
    background-color: #fff8f8;
    color: #473825;
}

.filter-controls {
    margin-bottom: 2rem;
    position: sticky;
    top: 0;
    padding: 1rem;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff8f8;

}

#tagSearch {
    padding: 0.5rem;
    width: 80%;
    margin-bottom: 1rem;
    border-radius: 2rem;
    font-family: 'Comic Sans MS';
}

.tag-btn {
    border: none;
    padding: 0.3rem 0.6rem;
    margin: 0 0.5rem 0.5rem 0;
    cursor: pointer;
    border-radius: 1rem;
    background-color: #ffd9d9;
    color: #473825;
    font-family: 'Comic Sans MS';
}

.tag-btn.active {
    background: #473825;
    color: #ffd9d9;
}

.font-card {
    border: 3px solid #473825;
    border-radius: 2rem;
    padding: 1rem;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 1.2rem;
}

.font-name {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.tags {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.tag {
    display: inline-block;
    margin-right: 0.5rem;
}


