@font-face {
    font-family: 'Unicons';
    src: url("/static/fonts/unicons/Unicons.woff2") format("woff2"),
         url("/static/fonts/unicons/Unicons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Custom';
    src: url("/static/fonts/custom/Custom.woff2") format("woff2"),
         url("/static/fonts/custom/Custom.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
