/**
 * @file
 * AMA font family styles — applied by the CKEditor 5 Style plugin.
 * Matches the Typekit font stacks defined in _font-variables.scss.
 */
.font-myriad-pro {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
}

.font-kepler-std {
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
}
