/*
Theme Name: ISH Academy 2026
Theme URI: https://www.ish.academy/inform/
Description: Direction C modular-grid child theme for ISH Academy Inform.
Author: ISH Academy
Template: twentytwentyone
Version: 1.0.5
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: ishacademy-2026
*/

/* The design tokens and shared layout are loaded before this file by functions.php. */

body.ishacademy-site {
  --global--font-primary: var(--font-display);
  --global--font-secondary: var(--font-body);
  --global--font-size-base: var(--font-size-root);
  --global--color-background: var(--paper);
  --global--color-primary: var(--ink);
  --global--color-secondary: var(--blue);
}

/* Twenty Twenty-One makes .site-header a flex row. The ISH header owns two
 * full-width rows, so reset the parent layout before the shared rules run. */
body.ishacademy-site .site-header {
  display: block;
  width: 100%;
}

body.ishacademy-site .entry-content,
body.ishacademy-site .entry-summary {
  font-family: var(--font-body);
}

body.ishacademy-site .entry-content a,
body.ishacademy-site .entry-summary a {
  color: var(--link);
}

/* Gutenberg content can carry author-selected tints and text colours. Keep
 * the tint, but select a readable foreground from the theme's AA pair. */
body.ishacademy-site .ish-content .has-background,
body.ishacademy-site .ish-content .has-text-color,
body.ishacademy-site .ish-content .has-background .has-text-color {
  color: var(--ink) !important;
}

body.ishacademy-site .ish-content :is(
  .has-black-background-color,
  .has-very-dark-gray-background-color,
  .has-dark-gray-background-color,
  .has-gray-background-color,
  .has-vivid-red-background-color,
  .has-vivid-purple-background-color
),
body.ishacademy-site .ish-content :is(
  .has-black-background-color,
  .has-very-dark-gray-background-color,
  .has-dark-gray-background-color,
  .has-gray-background-color,
  .has-vivid-red-background-color,
  .has-vivid-purple-background-color
) .has-text-color {
  color: var(--paper) !important;
}
