/* Cal Sans: CSS classes for variable font styles (weights 100 to 900) */

.cal-sans-thin {
  font-family: "Cal Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.cal-sans-extralight {
  font-family: "Cal Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.cal-sans-light {
  font-family: "Cal Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

.cal-sans-medium {
  font-family: "Cal Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.cal-sans-semibold {
  font-family: "Cal Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.cal-sans-bold {
  font-family: "Cal Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cal-sans-extrabold {
  font-family: "Cal Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.cal-sans-black {
  font-family: "Cal Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}


  /* Inter: CSS classes for variable font styles (weights 100 to 900) */

.inter-thin {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.inter-extralight {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.inter-light {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-medium {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-semibold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.inter-extrabold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.inter-black {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
