@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato/S6uyw4BMUTPHvxk.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato/S6u9w4BMUTPHh6UVew8.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/lato/S6u9w4BMUTPHh50Xew8.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fontawesome/webfonts/fa-regular-400.woff2') format('woff2'),
       url('../fonts/fontawesome/webfonts/fa-regular-400.woff') format('woff');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'),
       url('../fonts/fontawesome/webfonts/fa-solid-900.woff') format('woff');
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fontawesome/webfonts/fa-brands-400.woff2') format('woff2'),
       url('../fonts/fontawesome/webfonts/fa-brands-400.woff') format('woff');
}

/* Ensure any remaining plugin requests use swap and our local font file */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/wp-content/themes/virtualblend/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'),
       url('/wp-content/themes/virtualblend/assets/fonts/fontawesome/webfonts/fa-solid-900.woff') format('woff');
}