@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-display: swap;
}


@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-display: swap;

}


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

}

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