body {
    background-color: #e4ebf5;
}
body {
    font-family: 'Inter', sans-serif;
    color: #1F2937;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

p, span, a, button {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

sidebar,
widget,
widget-area {
    background-color: #EFF6FF !important;
}