@font-face {
    font-family: 'Mr Eaves XL San OT Bold';
    font-style: normal;
    font-weight: 700; /* Regular */
    src: url('../font/Mr-Eaves/Mr_Eaves_XL_San_OT_Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Mr Eaves XL San OT Heavy';
    font-style: normal;
    font-weight: 800; /* Regular */
    src: url('../font/Mr-Eaves/Mr_Eaves_XL_San_OT_Heavy.otf') format('opentype');
}
@font-face {
    font-family: 'Mr Eaves XL San OT Ultra';
    font-style: normal;
    font-weight: 800; /* Regular */
    src: url('../font/Mr-Eaves/Mr_Eaves_XL_San_OT_Ultra.otf') format('opentype');
}
@font-face {
    font-family: 'Mr Eaves XL Mod OT Regular';
    font-style: normal;
    font-weight: 800; /* Regular */
    src: url('../font/Mr-Eaves/MrEavesXLModOT-Reg.ttf') format('truetype');
}
@font-face {
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 400; /* Regular */
    src: url('../font/ProximaNova/proximanova_regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Proxima Nova Bold';
    font-style: normal;
    font-weight: 700; /* Regular */
    src: url('../font/ProximaNova/proximanova_bold.otf') format('opentype');
}
@font-face {
    font-family: 'Proxima Nova ExBold';
    font-style: normal;
    font-weight: 800; /* Regular */
    src: url('../font/ProximaNova/proximanova_extrabold.otf') format('opentype');
}
@font-face {
    font-family: 'Proxima Nova Black';
    font-style: normal;
    font-weight: 900; /* Regular */
    src: url('../font/ProximaNova/proximanova_black.otf') format('opentype');
}