/* ----------- Fonts Styles ------------ */

/* MONTSERRAT FONT */
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-variable.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
}

/* OPEN SANS FONT */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans-variable.woff2') format('woff2');
  font-weight: 400 600;
  font-display: swap;
}
/* ----------- / Fonts Styles End ------------ */
