@font-face {
font-family: 'DM Serif Display';
src: url('{{ "DMcfDisplayRegular.ttf" | asset_url }}') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'DM Serif Display';
src: url('{{ "DMcfDisplayItalic.ttf" | asset_url }}') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}

h1, h2, h3, h4, h5, h6, .heading, .accent {
font-family: 'DM Serif Display', serif !important;
}