@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');

body, html, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, a {
    font-family: 'Kanit', sans-serif !important;
}

h1 {
    font-size: 64px !important;
    font-weight: bold !important;
    color: #050505 !important;
}

h2 {
    font-size: 41px !important;
    font-weight: bold !important;
    color: #050505 !important;
}

h3 {
    font-size: 23px !important;
    font-weight: bold !important;
    color: #050505 !important;
}

p {
    font-size: 16px !important;
    color: #666666 !important;
}

label {
    color: #666666 !important;
}


.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
     font-family:  'Kanit', sans-serif !important;
     font-size: 23px !important;
     color: #666666 !important;
}

.promoted-articles-icon {
    border-radius: 50%;
    background-color: rgba(235, 50, 50, 1);
    color: rgba(255, 255, 255, 1);
    padding: 7px 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

ul.article-list .promoted-articles-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    max-width: 100%;
}

.article-list .promoted-articles-item a {
    color: #2F333B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.navbar-inverse .navbar-nav > li > a:hover {
    border-radius: 25px !important;
  .navbar-inverse .navbar-nav > li > a:focus {
    border-radius: 25px !important;
   } }