/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/*Add your own styles here:*/

/* Override Impreza FontAwesome fonts with font-display swap and metric overrides */

@font-face {
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/Impreza/fonts/fa-regular-400.woff2?ver=8.19') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  ascent-override: 88%;
  descent-override: 12%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/Impreza/fonts/fa-solid-900.woff2?ver=8.19') format('woff2');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  ascent-override: 88%;
  descent-override: 12%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/Impreza/fonts/fa-brands-400.woff2?ver=8.19') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  ascent-override: 88%;
  descent-override: 12%;
  line-gap-override: 0%;
}


