/* Critical fonts - Poppins subsets (12 KB total) - Load immediately */

/* Poppins 400 (Regular) - Body text */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/poppins-400-subset.woff2) format('woff2');
  unicode-range: U+0026, U+002B, U+002D, U+0031-0033, U+0036, U+0041-005A, U+0061-0066, U+0068-0069, U+006B-0070, U+0072-0074, U+0076-0077, U+0079;
}

/* Poppins 500 (Medium) - Buttons and emphasis */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/poppins-500-subset.woff2) format('woff2');
  unicode-range: U+0026, U+002B, U+002D, U+0031-0033, U+0036, U+0041-005A, U+0061-0066, U+0068-0069, U+006B-0070, U+0072-0074, U+0076-0077, U+0079;
}

/* Poppins 600 (Semi-bold) - Headings */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/poppins-600-subset.woff2) format('woff2');
  unicode-range: U+0026, U+002B, U+002D, U+0031-0033, U+0036, U+0041-005A, U+0061-0066, U+0068-0069, U+006B-0070, U+0072-0074, U+0076-0077, U+0079;
}
