@tailwind base;
@tailwind components;
@tailwind utilities;

.widget {
    margin-bottom: 56px;
}
.widget h2{
    color: #000;

    /* /FlowTypograph / Headline 4 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    margin-bottom: 48px;
}
.widget ul li a, .widget ol li a{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    border: none;
}


.widget_search form input[type="search"] {
    border-radius: 30px;
    background: #F1F1F1;
    color: #999;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}