/* FONTS */
@font-face {
    font-family: 'suisse_intllight';
    src: url('fonts/suisseintl-light-webfont.woff2') format('woff2'),
         url('fonts/suisseintl-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'suisse_intlmedium';
    src: url('fonts/suisseintl-medium-webfont.woff2') format('woff2'),
         url('fonts/suisseintl-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* @font-face {
    font-family: 'suisse_intlblack';
    src: url('fonts/suisseintl-black-webfont.woff2') format('woff2'),
         url('fonts/suisseintl-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */


/* RESET */
html {scroll-behavior: smooth;}
body {background-color: #EAE8E3;position: relative; font-size: 20px;}
body, body * {margin: 0;padding: 0;box-sizing: border-box;font-size: 100%;backface-visibility: hidden;-webkit-backface-visibility: hidden;}
a {text-decoration: none;display: block;}
ul, li {list-style: none;}
h1,
h2,
h3 {-webkit-font-smoothing: antialiased;}
input,
button {outline: none;border-radius: 0;border: 0;}
input[type=text],
input[type=search] {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}