/* Imports all sub css files */

/* Core stylings */
@import url("./core/core.css");

/* General sections */
@import url("./sections/general.css");

/* Custom Sections */
@import url("./sections/custom.css");

html,
body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}
