/* Custom Font Definitions */

/* CoreBandiFaceW01 Regular */
@font-face {
    font-family: 'CoreBandiFace';
    src: url('../fonts/CoreBandiFaceW01-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/CoreBandiFaceW01-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/CoreBandiFaceW01-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/CoreBandiFaceW01-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/CoreBandiFaceW01-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/CoreBandiFaceW01-Regular.svg#CoreBandiFaceW01-Regular') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

/* Madelyn Fill Trial Regular */
@font-face {
    font-family: 'MadelynFill';
    src: url('../fonts/MadelynFill-Trial-Regular.woff2') format('woff2'),
         url('../fonts/MadelynFill-Trial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Themysion */
@font-face {
    font-family: 'Themysion';
    src: url('../fonts/Themysion.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Font utility classes for easy usage */
.font-corebandi {
    font-family: 'CoreBandiFace', serif;
}

.font-madelyn {
    font-family: 'Madelyn', cursive;
}

.font-madelyn-fill {
    font-family: 'MadelynFill', cursive;
}

.font-themysion {
    font-family: 'Themysion', serif;
}
