
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Barlow-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Barlow-Bold.woff2') format('woff2');
}

body, h1, h2, h3, p, span, div {
  font-family: 'Barlow', sans-serif;
}
