/* MarcellusSC - Headers */
@font-face {
    font-family: 'MarcellusSC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('marcellussc-regular.woff2') format('woff2'),
         url('marcellussc-regular.woff') format('woff');
}

/* DM Sans - Body Text */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('dm-sans-regular.woff2') format('woff2'),
         url('dm-sans-regular.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('dm-sans-medium.woff2') format('woff2'),
         url('dm-sans-medium.woff') format('woff');
}