html, body {
    font-family: 'Lexend', sans-serif;
    padding: 0;
    margin: 0;
    color: #000;
    background-color: #fff;
}

.pahawh {
    font-family: "Noto Sans Pahawh Hmong", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.category {
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
}

.image-cover {
    background-color: #ccc; 
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
}

h1 {
    font-size: 22px;
    color: #000;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.trend-month {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 10px;
    display: block;
}

.numbering {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    display:contents; 
}

.artist {
    font-size: 12px;
    color: #555555;
    line-height: 14px;
    display:contents;
    text-transform: uppercase;
}

.about-header {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    line-height: 20px;
    text-transform: uppercase;
}

.about-desc {
    font-size: 12px;
    font-weight: 300;
    color: #999;
    line-height: 14px;
    text-align: left;
}

.font-merri {
    font-family: 'Merriweather', serif;
}

.color-pink {
    color: #BF2696 !important;
}

.color-gray {
    color: #888 !important;
}

.pink {
    background-color: #BF2696 !important;
}

.black {
    background-color: #000 !important;
}

.light-pink {
    background-color: #F4E9FF !important;
}

.svg-green {
    fill: #27C015 ;
}

.svg-red {
    fill: #FF4242 ;
}

#hmongtrend {
    fill: #000;
}

#month-hmong {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 20px;
    display: block;
}

.numbering-bg-1 {
    color: #000!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.numbering-bg {
    color: #000 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.col-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form-check-input:checked {
    background-color: #BF2696 !important;
    border-color: #BF2696 !important;
}

.nav-pills {
    background-color: ;
    text-transform: uppercase;
    font-size: 16px !important;
}

.nav-link {
    all: unset;
    font-size: 16px;
    margin-right: 20px !important;
    color: #666;
    
}

.nav-link:hover {
    all: unset;
    font-size: 16px;
    color: #000 !important;
}

.nav-link.active {
    all: unset;
    font-size: 16px;
    color: #000 !important;
    background-color: unset !important;
    border-bottom: 4px solid #BF2696 !important;
}

.nav-link.active {

}

.border-category {
    border-bottom: 1px solid #f2f2f2;
}


li.nav-item a:hover {
    cursor: pointer !important;
}

.table>:not(caption)>*>* {
    padding: .2rem .2rem !important;
}


@media (prefers-color-scheme: dark) {

    html, body {
        color: #f2f2f2;
        background-color: #0F0F0F;
    }

    #hmongtrend {
        fill: #f2f2f2;
    }

    #month-hmong {
        color: #f2f2f2;
    }

    h1 {
        color: #f2f2f2;
    }

    .trend-month {
        color: #f2f2f2;
    }

    .image-cover {
        background-color: #ccc; 
    }
    
    
    .title {
        color: #f2f2f2;
    }
    
    .artist {
        color: #999;
    }
    
    .about-header {
        color: #555;
    }
    
    .about-desc {
        color: #555;
    }
    
    .font-merri {
        font-family: 'Merriweather', serif;
    }
    
    .color-pink {
        color: #BF2696 !important;
    }
    
    .color-gray {
        color: #888 !important;
    }
    
    .pink {
        background-color: #BF2696 !important;
    }
    
    .black {
        background-color: #000 !important;
    }
    
    .light-pink {
        background-color: #F4E9FF !important;
    }
    
    .svg-green {
        fill: #27C015 ;
    }
    
    .svg-red {
        fill: #FF4242 ;
    }
    
    .numbering-bg-1 {
        color: #fff !important;
    }
    
    .numbering-bg {
        color: #fff !important;
    }
    
    .col-info {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-link {
        all: unset;
        font-size: 16px;
        margin-right: 20px !important;
        color: #666;
        
    }
    
    .nav-link:hover {
        all: unset;
        font-size: 16px;
        color: #BF2696 !important;
    }
    
    .nav-link.active {
        all: unset;
        font-size: 16px;
        color: #fff !important;
        background-color: unset !important;
        border-bottom: 4px solid #BF2696 !important;
    }

    .border-category {
        border-bottom: 1px solid #222 !important;
    }


  }