/*
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:*/

/* === CUSTOM FONTS === */

/* Quattro – body text */
@font-face {
  font-family: 'Quattro';
  src: url('fonts/quattro/Quattro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quattro';
  src: url('fonts/quattro/Quattro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

/* Quattro Slab – headings */
@font-face {
  font-family: 'Quattro Slab';
  src: url('fonts/quattroslab/QuattroSlab-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   IMPRÉZA FONT OVERRIDES
   =============================== */

:root {
  --body-font-family: 'Quattro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --h1-font-family: 'Quattro Slab', 'Quattro', serif;
  --h2-font-family: 'Quattro Slab', 'Quattro', serif;
  --h3-font-family: 'Quattro Slab', 'Quattro', serif;
  --h4-font-family: 'Quattro Slab', 'Quattro', serif;
  --h5-font-family: 'Quattro Slab', 'Quattro', serif;
  --h6-font-family: 'Quattro Slab', 'Quattro', serif;
}