@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Light.oft') format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Book.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Medium.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Bold.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Black.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Mallory';
    src: url('Mallory-Ultra.otf') format("opentype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'EditorsNote';
    src: url('EditorsNote-Light.ttf') format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'EditorsNote';
    src: url('EditorsNote-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'EditorsNote';
    src: url('EditorsNote-Medium.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'EditorsNote';
    src: url('EditorsNote-Semibold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'EditorsNote';
    src: url('EditorsNote-Bold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;
}