/*--------------------------------------------------------------
# Custom Fonts - IvyMode & Epic
--------------------------------------------------------------*/

/* IvyMode Regular */
@font-face {
    font-family: 'IvyMode';
    src: url('/common/fonts/ivymode-regular.woff2') format('woff2'),
         url('/common/fonts/ivymode-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* IvyMode Bold */
@font-face {
    font-family: 'IvyMode';
    src: url('/common/fonts/Ivymode-bold.woff2') format('woff2'),
         url('/common/fonts/ivymode-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Epic Regular */
@font-face {
    font-family: 'Epic';
    src: url('/common/fonts/epic-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Epic Medium */
@font-face {
    font-family: 'Epic';
    src: url('/common/fonts/epic-medium.woff2') format('woff2'),
         url('/common/fonts/epic-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Epic Bold */
@font-face {
    font-family: 'Epic';
    src: url('/common/fonts/epic-bold.woff2') format('woff2'),
         url('/common/fonts/epic-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

