/* page.css contains styles for the current instance of this theme, using settings from the customizer */
/* Fonts */
body, .font-body {
  font-family: "Source Sans", 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: "Gambetta", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }

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

/* Custom properties */
@property --media-border-radius {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px; }
:root {
  --prose-limit-line-length: 65rem;
  --media-border-radius: 0.5rem;
  --rgb-primary: 83, 149, 255;
  --rgb-primary-light: 217, 234, 255;
  --rgb-primary-dark: 30, 64, 175;
  --rgb-secondary: 255, 207, 43;
  --rgb-secondary-light: 255, 247, 218;
  --rgb-secondary-dark: 121, 94, 0;
  --rgb-tertiary: 52, 211, 153;
  --rgb-tertiary-light: 222, 255, 239;
  --rgb-tertiary-dark: 6, 95, 70;
  --rgb-action: 38, 141, 240;
  --rgb-action-light: 193, 171, 255;
  --rgb-action-dark: 79, 22, 165;
  --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;
  --rgb-text-heading: 41, 90, 134;
  --prose-heading-color: #295a86;
  --font-family-body: "Source Sans", 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: "Gambetta", 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); }
