@charset "utf-8";
/* CSS Document */

/* Import Open Sans from Google Fonts (optional, but recommended) */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/* Import Barlow Semi Condensed from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;700&display=swap');

/* Apply Open Sans to an element */
.a7t-open-sans {
  font-family: 'Open Sans', sans-serif !important;
}
.a7t-open-sans-115em {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.15em !important;
}

/* Apply Barlow Semi Condensed to an element */
.a7t-barlow-23 {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 23px !important;
}

.a7t-barlow-58 {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 58px !important;
}