/* ============================================
   CPAC Custom Fonts
   - CPAC Modern: headings (no-serif Thai font)
   - CPAC Loop: body/general text
   ============================================ */

/* --- CPAC Modern --- */
@font-face {
  font-family: 'CPAC Modern';
  src: url('CPAC Modern Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CPAC Modern';
  src: url('CPAC Modern Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CPAC Modern';
  src: url('CPAC Modern Medium Oblique.ttf') format('truetype');
  font-weight: 500;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: 'CPAC Modern';
  src: url('CPAC Modern Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CPAC Modern';
  src: url('CPAC Modern Bold Oblique.ttf') format('truetype');
  font-weight: 700;
  font-style: oblique;
  font-display: swap;
}

/* --- CPAC Loop --- */
@font-face {
  font-family: 'CPAC Loop';
  src: url('CPAC_Loop_Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CPAC Loop';
  src: url('CPAC_Loop_Ita.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'CPAC Loop';
  src: url('CPAC_Loop_Bld.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CPAC Loop';
  src: url('CPAC_Loop_BldIta.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* --- CPAC (legacy/extra weights) --- */
@font-face {
  font-family: 'CPAC';
  src: url('CPACreg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CPAC';
  src: url('CPACbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
