@font-face {
  font-family: 'Graviola';
  src: url('../fonts/Graviola.woff2') format('woff2'),
      url('../fonts/Graviola.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graviola';
  src: url('../fonts/Graviola-Bold.woff2') format('woff2'),
      url('../fonts/Graviola-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graviola';
  src: url('../fonts/Graviola-Light.woff2') format('woff2'),
      url('../fonts/Graviola-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graviola Book';
  src: url('../fonts/Graviola-BookItalic.woff2') format('woff2'),
      url('../fonts/Graviola-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Graviola';
  src: url('../fonts/Graviola-Heavy.woff2') format('woff2'),
      url('../fonts/Graviola-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graviola fallback';
  src: local('Arial');
  word-spacing: .9px;
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-brands-400.ttf") format("truetype"); }