.aptos-light {
  font-family: Aptos, "Aptos Narrow", aptos, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.aptos-regular {
  font-family: Aptos, "Aptos Narrow", aptos, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.aptos-medium {
  font-family: Aptos, "Aptos Narrow", aptos, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.aptos-bold {
  font-family: Aptos, "Aptos Narrow", aptos, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.aptos-black {
  font-family: Aptos, "Aptos Narrow", aptos, sans-serif;
  font-weight: 900;
  font-style: normal;
}
/* Aptos font-face declarations generated for pmimc theme */

/* additional font file: Aptos-Narrow-Bold.woff2 */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body { font-family: Aptos, system-ui, -apple-system, 'Segoe UI', Roboto, Arial; }
