b {    
    font-family: 'icadiatype', 'Helvetica Bold', sans-serif;
    font-weight: bold;
    letter-spacing: calc(var(--letter-spacing) - 0.04em);
}

.sans {
    font-family: 'icadiatype', Helvetica, sans-serif;
    font-weight: normal;
}
.head,
.head.category
{
    position: initial;
    font-family: 'icamaxiround', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    
}
.head,
.head.films.category,
.head.exhibitions.category,
.head.talks.category,
.head.live.category,
.head.digital.category
{
    text-transform: uppercase;
}
.head.films,
.head.exhibitions,
.head.talks,
.head.live,
.head.digital
{
    text-transform: none;
}

#title,
.date-title .head
{
    font-size: 2.94em !important;
    line-height: 0.96em !important;
}
.head.subcategory
{
    text-transform: none;
}
.home #title a
{
    color: #00f;
}
body[ica-color-theme="dark"].home #title a
{
    color: #fff;
}

@media screen and (max-width: 768px) {
    #title,
    .head .docket-date
    {
        font-size: 44px !important;
        line-height: 44px !important;
    }
    #docket #title,
    #docket .head
    {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 500px) {
    #docket.exhibitions, #docket.films, #docket.talks, #docket.live, #docket.digital, #docket.category
    {
        padding-bottom: 150px;
    }
    .head.category,
    .head,
    #docket #title,
    #docket .head
    {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
    }
    #title,
    .head .docket-date
    {
        font-size: 38px !important;
        line-height: 38px !important;
    }
    .head .docket-date
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 320px) {
    #title,
    .head .docket-date
    {
        font-size: 32px !important;
        line-height: 32px !important;
    }
}
