// // THIN
.ca-font-thin {
  font-weight: 100 !important;
}
// EXTRA LIGHT
.ca-font-extra-light {
  font-weight: 200 !important;
}
// LIGHT
.ca-font-light {
  font-weight: 300 !important;
}
// REGULAR
.ca-font-regular {
  font-weight: 400 !important;
}
// MEDIUM
.ca-font-medium {
  font-weight: 500 !important;
}
// SEMI-BOLD
.ca-font-semi-bold {
  font-weight: 600 !important;
}
// BOLD
.ca-font-bold {
  font-weight: 700 !important;
}
// EXTRA-BOLD
.ca-font-extra-bold {
  font-weight: 800 !important;
}
// BLACK
.ca-font-black {
  font-weight: 900 !important;
}
