/* <uniquifier>: Use a uniquifier for the class name
   <weight>: Use a value from 400 to 900 */

.maven-pro-regular {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.maven-pro-medium {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.maven-pro-semibold {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.maven-pro-bold {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.maven-pro-extrabold {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.maven-pro-black {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}