@font-face {
    font-family: 'CHRONICLE';
    src: url('../fonts/CHRONICLE\ DISPLAY\ LIGHT\ ITALIC.OTF');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'CHRONICLE';
    src: url('../fonts/CHRONICLEDISP-BLACK.OTF');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CHRONICLE';
    src: url('../fonts/CHRONICLEDISP-BOLD.OTF');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CHRONICLE';
    src: url('../fonts/CHRONICLEDISP-LIGHT.OTF');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'CHRONICLE';
    src: url('../fonts/CHRONICLEDISP-ROMAN.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CHRONICLE';
    src: url('../fonts/CHRONICLEDISP-SEMIBOLD.OTF');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('../fonts/DMSans.ttf');
    font-weight: normal;
    font-style: normal;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'CHRONICLE';
    letter-spacing: 1px;
}

.font-dm-sans {
    font-family: 'DMSans' !important;
}

img[usemap] {
    border: 0;
    height: auto;
    max-width: 100%;
    width: auto;
}