@font-face {
  font-family: "Big Caslon Medium";

  src: url(../fonts/big_caslon_medium.ttf);
}

.big-caslum {
  font-family: "Big Caslon Medium";
}


@font-face {
  font-family: "GreatVibes Regular";

  src: url(../fonts/GreatVibes-Regular.ttf);
}

.great-vibes-regular {
  font-family: "GreatVibes Regular";
}

@font-face {
  font-family: "Montserrat";

  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

.montserrat-light {
  font-family: "Montserrat";
  font-weight: light;
}

@font-face {
  font-family: "Source Sans 3";

  src: url(../fonts/SourceSans3-VariableFont_wght.ttf);
}

.source-sans-extralight {
  font-family: "Source Sans 3";
  font-weight: 200;
}
