/* --------------------------------- */
/* ROOT
 ----------------------------------- */

:root {
  --errColor: #f14d5d;
  --green: #38b881;
  --lightblue: #1f4d61;
  --darkblue: #112a35;
  --darkgrey: #4c4c4c;
  --lightgrey: #9b9b9b;
  --light: #e3e3e3;
  --fontDefault: "Quicksand";
  --fontBold: "ArialRoundedMT";
}

.txt-bold,
b,
.bold {
  font-family: var(--fontBold);
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.upper {
  text-transform: uppercase;
}

p {
  line-height: 1.5rem;
}

h1,
.h1 {
  font-size: 2.6rem;
  font-family: var(--fontBold);
}

h2,
.h2 {
  font-size: 2.4rem;
  font-family: var(--fontBold);
}

h3,
.h3 {
  font-size: 2.2rem;
  font-family: var(--fontBold);
}

h4,
.h4 {
  font-size: 1.6rem;
  font-family: var(--fontBold);
}

h5,
.h5 {
  font-size: 1.3rem;
  font-family: var(--fontBold);
}

h6,
.h6 {
  font-size: 1.1rem;
  font-family: var(--fontBold);
}

body {
  font-size: 0.9rem;
}

small {
  font-size: 0.9rem;
  line-height: 16px !important;
}
