
@font-face {
  font-family: 'Suisse Intl';
  font-weight: 100;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/suisseintl/100.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 100;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/suisseintl/100-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 200;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/suisseintl/200.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 200;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/suisseintl/200-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/suisseintl/300.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 300;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/suisseintl/300-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/suisseintl/400.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 400;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/suisseintl/400-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/suisseintl/500.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 500;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/suisseintl/500-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 600;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/suisseintl/600.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 600;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/suisseintl/600-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/suisseintl/700.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 700;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/suisseintl/700-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/suisseintl/800.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 800;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/suisseintl/800-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 900;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/suisseintl/900.woff2") format("woff2");
}

@font-face {
  font-family: 'Suisse Intl';
  font-weight: 900;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/suisseintl/900-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-display: swap;
  font-style: oblique 0deg 10deg;
  src: url("../fonts/inter/var.woff2") format("woff2");
}

html,
body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

html {
  position: absolute;
  overflow: hidden;
}

body {
  overflow: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Suisse Intl', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
}

body {
  touch-action: none;
}

*:not(:defined) {
  display: none !important;
}
