:root {
  /* default theme colors */
  --yellow: #ffc629;
  --blue: #2764af;
  --gray: #f7f7f7;
  --red: #db0617;
}

html,
body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #fafafa;
  font-family: "Montserrat", Verdana, Geneva, Tahoma, sans-serif, sans-serif;
  font-weight: 400;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-decoration: none;
}

a:link {
  text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none
}

a:visited {
  text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none
}

a:hover {
  text-decoration: underline;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none
}

a:active {
  text-decoration: underline;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none
}

* {
  box-sizing: border-box;
}

#app {
  width: 100%;
  height: 100%;
}
