@font-face {
    font-family: 'slimdings';
    src: url('slimdings_bold.woff2') format('woff2'),
         url('slimdings_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'slimdings';
    src: url('slimdings_medium.woff2') format('woff2'),
         url('slimdings_medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}


@font-face {
    font-family: 'slimdings';
    src: url('slimdings_regular.woff2') format('woff2'),
         url('slimdings_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.sd
{
    font-family: "slimdings" !important;
    display: inline-block;
    vertical-align: bottom;
    font-style: normal;
    line-height: inherit;
    font-weight: 400;
    font-size: inherit;
}

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

[class*="sidenav-"] .sd[data-class-cancel="active"]
{
    font-size: 2rem;
    width: 3rem;
    cursor: pointer;
    padding: 0.5rem 0;
    line-height: 1;
    text-align: center;
}
