@font-face {
    font-family: Exo;
    src: url(../../../file/font/Exo/exo.regular.otf);
}
@font-face {
    font-family: Exo-ExtraBold;
    src: url(../../../file/font/Exo/exo.extra-bold.otf);
}
@font-face {
    font-family: Montserrat;
    src: url(../../../file/font/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(../../../file/font/Montserrat/Montserrat-ExtraBold.ttf);
}

html{ scroll-behavior: smooth; }
body{ background-color: inherit; font-family: Montserrat, sans-serif;  }
pre{ display: table; }