 /*! Urbalyon Stylesheet v1.1 | David DUHO d.david@devidia.fr */

html,body {
  width:100%;
  height: auto;
  margin:0;
  padding:0;
  /*commented because add another vertical scrollbar*/
  /*overflow-x: hidden;*/
}

body {
  font-family: 'Muli', sans-serif;
  position: relative;
  margin: 0;
  font-size:14px;
  line-height:24px;
  color: var(--lighter-black);
}

a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

p {
  font-size: 18px;
}

.theme-color {
  color: var(--main-color);
}
.theme-color-important {
  color: var(--main-color) !important;
}

.lighter-black {
  color: var(--lighter-black);
}

.lighter-grey {
  color: var(--lighter-grey);
}

.text-semi-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: bold;
}

.text-dark {
  color: var(--lighter-black);
}




