/*
 Theme Name:   PX Electronics
 Description:  Custom WordPress theme for the PX Electronics website rebuild.
 Author:       Kreatif Design
 Template:     bricks
 Version:      1.0.0
 Text Domain:  px-electronics
*/

/* ==========================================================================
   Global typography
   ========================================================================== */

   body {
	font-family: "Just Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: var(--text-m);
	font-weight: 400;
	color: var(--text-body);
	background-color: var(--bg-body);
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Just Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--text-title);
	line-height: 1.2;
}

h1 { font-weight: 900; }
h2 { font-weight: 700; }
h3 { font-weight: 700; }
h4 { font-weight: 600; }
h5 { font-weight: 600; }
h6 { font-weight: 600; }