/* page.css contains styles for the current instance of this theme, using settings from the customizer */
/* Fonts */
body, .font-body {
  font-family: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.font-display {
  font-family: "Source Serif 4", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }

/* Colors */
body {
  background-color: #fdfefe; }

/* Custom properties */
@property --media-border-radius {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px; }
:root {
  --prose-limit-line-length: 68ch;
  --media-border-radius: 0.25rem;
  --rgb-primary: 0, 153, 224;
  --rgb-primary-light: 223, 240, 255;
  --rgb-primary-dark: 5, 91, 133;
  --rgb-secondary: 77, 170, 177;
  --rgb-secondary-light: 231, 251, 255;
  --rgb-secondary-dark: 40, 95, 104;
  --rgb-tertiary: 230, 211, 22;
  --rgb-tertiary-light: 249, 255, 221;
  --rgb-tertiary-dark: 84, 58, 9;
  --rgb-action: 108, 42, 240;
  --rgb-action-light: 223, 69, 255;
  --rgb-action-dark: 63, 10, 172;
  --rgb-neutral: 100, 116, 139;
  --rgb-neutral-light: 226, 232, 240;
  --rgb-neutral-dark: 51, 65, 85;
  --rgb-text-dark: 63, 63, 70;
  --rgb-text-darker: 24, 24, 27;
  --rgb-text-light: 228, 228, 231;
  --rgb-text-lighter: 250, 250, 250;
  --prose-heading-color: #106d93;
  --font-family-body: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-display: "Source Serif 4", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }

.bg-is-dark {
  --rgb-text-dynamic: var(--rgb-text-light);
  --rgb-text-dynamic-hc: var(--rgb-text-lighter); }

.bg-is-light {
  --rgb-text-dynamic: var(--rgb-text-dark);
  --rgb-text-dynamic-hc: var(--rgb-text-darker); }
