@font-face {
  font-family: LatoRegular;
  src: url(/fonts/lato/Lato-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: LatoMedium;
  src: url(/fonts/lato/Lato-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: LatoSemiBold;
  src: url(/fonts/lato/Lato-Semibold.ttf);
  font-display: swap;
}

a {
  color: inherit;
  text-decoration: none;
  width: fit-content;
}

/* Responsive font sizes */
/* Following mobile first principle */

.bigTitle {
  font-size: 46px;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
.caption {
  font-size: 14px;
}
.dataPickerLabel {
  display: none;
  font-size: 12px;
  padding-right: 8px;
  padding-left: 8px;
}
.changePasswordBtn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.6);
}
.changePasswordBtn:hover {
  border-color: #000;
}

/* sm */
@media screen and (min-width: 600px) {
  .bigTitle {
    font-size: 50px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  .dataPickerLabel {
    display: flex;
    font-size: 14px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* md */
@media screen and (min-width: 1064px) {
  .bigTitle {
    font-size: 54px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 26px;
  }
  .dataPickerLabel {
    display: flex;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* lg */
@media screen and (min-width: 1200px) {
  .bigTitle {
    font-size: 60px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  .dataPickerLabel {
    display: flex;
    font-size: 16px;
    padding-right: 18px;
    padding-left: 18px;
  }
}
