@import url('_variables.css');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html, body {
    width: 100%;
    min-width: 600px;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -ms-overflow-style: none; /* This fixes the unnecessary scroll bars in many divs but also hides the ones in the dropdowns (for Edge & IE) */
}

body {
    background-image: url('~/../../Images/Intuiflow_BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}