/** DicSans Light */
@font-face {
    font-family: 'DicSans';
    src: url('../fonts/DicSans/DicSans_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/** DicSans Regular */
@font-face {
    font-family: 'DicSans';
    src: url('../fonts/DicSans/DicSans_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/** DicSans Medium */
@font-face {
    font-family: 'DicSans';
    src: url('../fonts/DicSans/DicSans_Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/** DicSans SemiBold */
@font-face {
    font-family: 'DicSans';
    src: url('../fonts/DicSans/DicSans_SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/** DicSans Bold */
@font-face {
    font-family: 'DicSans';
    src: url('../fonts/DicSans/DicSans_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/** DicSans ExtraBold */
@font-face {
    font-family: 'DicSans';
    src: url('../fonts/DicSans/DicSans_ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/** DicSans Black */
@font-face {
    font-family: 'DicSans';
    src: url('../fonts/DicSans/DicSans_Black.otf') format('opentype');
    font-weight: 850;
    font-style: normal;
    font-display: swap;
}
/** DicSans UltraBlack */
@font-face {
    font-family: 'DicSans';
    src: url('../fonts/DicSans/DicSans_UltraBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
