.font-lato-sans {
    font-family: 'Lato', sans-serif;
}

.font-noto-sans {
    font-family: 'Noto Sans', sans-serif;
}


/*font size*/

.font-18px {
    font-size: 18px;
}

.font-19px {
    font-size: 19px;
}

.font-20px {
    font-size: 20px;
}

.font-25px {
    font-size: 25px;
}

.font-28px {
    font-size: 28px;
}

.font-40px {
    font-size: 40px;
}

.font-50px {
    font-size: 50px;
}

.font-58px {
    font-size: 58px;
}


/*font Weight*/

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.color-black {
    color: black;
}

.category-header {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.875rem;
    display: flex;
    align-items: flex-end;
}

.cat-title {
    order: 1;
    letter-spacing: -.02em;
    margin-bottom: 0;
    color: #191970;
    line-height: 1;
    /* border-bottom: 3px solid blue; */
}

.cat-link {
    order: 3;
    font-size: .8125rem;
    font-weight: 600;
    color: #525252;
    transition: all .2s ease-in-out;
}


/* Grid */

@media screen and (max-width: 600px) {
    #menu-primary-menu {
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr; */
        display: block;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

.img-resp img{
    max-width: 100%;
    height: auto;
}

body{
    font-family: 'Noto Sans', sans-serif;
}