/* page.css contains styles for the current instance of this theme, using settings from the customizer */
/* Fonts */
body, .font-body {
  font-family: "Lato", 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: "Lora", 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: 65ch;
  --media-border-radius: 0px;
  --rgb-primary: 112, 122, 216;
  --rgb-primary-light: 145, 155, 246;
  --rgb-primary-dark: 92, 100, 170;
  --rgb-secondary: 225, 138, 217;
  --rgb-secondary-light: 248, 201, 244;
  --rgb-secondary-dark: 151, 93, 146;
  --rgb-tertiary: 248, 188, 142;
  --rgb-tertiary-light: 254, 211, 178;
  --rgb-tertiary-dark: 245, 159, 94;
  --rgb-action: 112, 122, 216;
  --rgb-action-light: 145, 155, 246;
  --rgb-action-dark: 92, 100, 170;
  --rgb-neutral: 130, 117, 139;
  --rgb-neutral-light: 224, 217, 229;
  --rgb-neutral-dark: 63, 54, 68;
  --rgb-text-dark: 63, 63, 70;
  --rgb-text-darker: 24, 24, 27;
  --rgb-text-light: 228, 228, 231;
  --rgb-text-lighter: 250, 250, 250;
  --font-family-body: "Lato", 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: "Lora", 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); }
