@import './static/styles/normalize.css';
@import './static/styles/header.css';
@import './static/styles/main.css';
@import './static/styles/footer.css';
@import './static/styles/menu.css';
@import './static/styles/events.css';

html {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  box-sizing: border-box;
}