/* OpenSans 400 Regular */
@font-face {
  font-display: swap;
  font-family: OpenSans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/openSans/OpenSans-Regular.ttf) format('woff2');
}
/* OpenSans 500 Medium*/
@font-face {
  font-display: swap;
  font-family: OpenSans;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/openSans/OpenSans-Medium.ttf) format('woff2');
}
/* OpenSans 600 SemiBold*/
@font-face {
  font-display: swap;
  font-family: OpenSans;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/openSans/OpenSans-SemiBold.ttf) format('woff2');
}
/* Cabin 500 Medium*/
@font-face {
  font-display: swap;
  font-family: Cabin;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/cabin/Cabin-Medium.ttf) format('woff2');
}
/* Cabin 600 SemiBold*/
@font-face {
  font-display: swap;
  font-family: Cabin;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/cabin/Cabin-SemiBold.ttf) format('woff2');
}
/* Cabin 700 Bold*/
@font-face {
  font-display: swap;
  font-family: Cabin;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/cabin/Cabin-Bold.ttf) format('woff2');
}