@font-face {
    font-family: 'DMSans-Bold';
    src: url('DMSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans-Regular';
    src: url('DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EthiasSans-Regular';
    src: url('EthiasSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EthiasScript-Regular';
    src: url('EthiasScript-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.dmBold { font-family:'DMSans-Bold'; }
.dmRegular { font-family:'DMSans-Regular'; }
.ethiasSansRegular { font-family:'EthiasSans-Regular'; }
.ethiasScriptRegular { font-family:'EthiasScript-Regular'; }