/* Custom Styles */
@font-face {
    font-family: 'DM Sans Regular';
    src: url('dmsans-regular.ttf');
}

@font-face {
    font-family: 'Decalotype Black';
    src: url('decalotype-black.woff2');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Decalotype Black', sans-serif !important;
}

p, ol, ul, li, .btn, .link-list {
    font-family: 'DM Sans Regular', sans-serif !important;
}
