@import url('https://d9biffhpk8fgo.cloudfront.net/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');

  /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
  
  /*
  Document
  ========
  */
  
  /**
  Use a better box model (opinionated).
  */
  
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }
  
  /**
  Use a more readable tab size (opinionated).
  */
  
  html {
    -moz-tab-size: 4;
    tab-size: 4;
  }
  
  /**
  1. Correct the line height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  */
  
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /*
  Sections
  ========
  */
  
  /**
  Remove the margin in all browsers.
  */
  
  body {
    margin: 0;
  }
  
  /**
  Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
  */
  
  body {
    font-family:
      system-ui,
      -apple-system, /* Firefox supports this but not yet "system-ui" */
      'Segoe UI',
      Roboto,
      Helvetica,
      Arial,
      sans-serif,
      'Apple Color Emoji',
      'Segoe UI Emoji';
  }
  
  /*
  Grouping content
  ================
  */
  
  /**
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  */
  
  hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
  }
  
  /*
  Text-level semantics
  ====================
  */
  
  /**
  Add the correct text decoration in Chrome, Edge, and Safari.
  */
  
  abbr[title] {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  
  /**
  Add the correct font weight in Edge and Safari.
  */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
  1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
  2. Correct the odd 'em' font sizing in all browsers.
  */
  
  code,
  kbd,
  samp,
  pre {
    font-family:
      ui-monospace,
      SFMono-Regular,
      Consolas,
      'Liberation Mono',
      Menlo,
      monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
  Add the correct font size in all browsers.
  */
  
  small {
    font-size: 80%;
  }
  
  /**
  Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
  */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /*
  Tabular data
  ============
  */
  
  /**
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  */
  
  table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
  }
  
  /*
  Forms
  =====
  */
  
  /**
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
  Remove the inheritance of text transform in Edge and Firefox.
  1. Remove the inheritance of text transform in Firefox.
  */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
  Correct the inability to style clickable types in iOS and Safari.
  */
  
  button,
  [type='button'],
  [type='reset'],
  [type='submit'] {
    -webkit-appearance: button;
  }
  
  /**
  Remove the inner border and padding in Firefox.
  */
  
  ::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
  Restore the focus styles unset by the previous rule.
  */
  
  :-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
  Remove the additional ':invalid' styles in Firefox.
  See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
  */
  
  :-moz-ui-invalid {
    box-shadow: none;
  }
  
  /**
  Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
  */
  
  legend {
    padding: 0;
  }
  
  /**
  Add the correct vertical alignment in Chrome and Firefox.
  */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
  Correct the cursor style of increment and decrement buttons in Safari.
  */
  
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */
  
  [type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
  Remove the inner padding in Chrome and Safari on macOS.
  */
  
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to 'inherit' in Safari.
  */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /*
  Interactive
  ===========
  */
  
  /*
  Add the correct display in Chrome and Safari.
  */
  
  summary {
    display: list-item;
  }
  
  /**
   * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
   * A thin layer on top of normalize.css that provides a starting point more
   * suitable for web applications.
   */
  
  /**
   * Removes the default spacing and border for appropriate elements.
   */
  
  blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  figure,
  p,
  pre {
    margin: 0;
  }
  
  button {
    background-color: transparent;
    background-image: none;
  }
  
  fieldset {
    margin: 0;
    padding: 0;
  }
  
  ol,
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /**
   * Tailwind custom reset styles
   */
  
  /**
   * 1. Use the user's configured "sans" font-family (with Tailwind's default
   *    sans-serif font stack as a fallback) as a sane default.
   * 2. Use Tailwind's default "normal" line-height so the user isn't forced
   *    to override it to ensure consistency even when using the default theme.
   */
  
  html {
    font-family: 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"; /* 1 */
    line-height: 1.5; /* 2 */
  }
  
  /**
   * Inherit font-family and line-height from "html" so users can set them as
   * a class directly on the "html" element.
   */
  
  body {
    font-family: inherit;
    line-height: inherit;
  }
  
  /**
   * 1. Prevent padding and border from affecting element width.
   *
   *    We used to set this in the html element and inherit from
   *    the parent element for everything else. This caused issues
   *    in shadow-dom-enhanced elements like <details> where the content
   *    is wrapped by a div with box-sizing set to "content-box".
   *
   *    https://github.com/mozdevs/cssremedy/issues/4
   *
   *
   * 2. Allow adding a border to an element by just adding a border-width.
   *
   *    By default, the way the browser specifies that an element should have no
   *    border is by setting it's border-style to "none" in the user-agent
   *    stylesheet.
   *
   *    In order to easily add borders to elements by just setting the "border-width"
   *    property, we change the default border-style for all elements to "solid", and
   *    use border-width to hide them instead. This way our "border" utilities only
   *    need to set the "border-width" property instead of the entire "border"
   *    shorthand, making our border utilities much more straightforward to compose.
   *
   *    https://github.com/tailwindcss/tailwindcss/pull/116
   */
  
  *,
  ::before,
  ::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: currentColor; /* 2 */
  }
  
  /*
   * Ensure horizontal rules are visible by default
   */
  
  hr {
    border-top-width: 1px;
  }
  
  /**
   * Undo the "border-style: none" reset that Normalize applies to images so that
   * our "border-{width}" utilities have the expected effect.
   *
   * The Normalize reset is unnecessary for us since we default the border-width
   * to 0 on all elements.
   *
   * https://github.com/tailwindcss/tailwindcss/issues/362
   */
  
  img {
    border-style: solid;
  }
  
  textarea {
    resize: vertical;
  }
  
  input::placeholder,
  textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
  }
  
  button,
  [role="button"] {
    cursor: pointer;
  }
  
  /**
   * Override legacy focus reset from Normalize with modern Firefox focus styles.
   *
   * This is actually an improvement over the new defaults in Firefox in our testing,
   * as it triggers the better focus styles even for links, which still use a dotted
   * outline in Firefox by default.
   */
  
  :-moz-focusring {
    outline: auto;
  }
  
  table {
    border-collapse: collapse;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  
  /**
   * Reset links to optimize for opt-in styling instead of
   * opt-out.
   */
  
  a {
    color: inherit;
    text-decoration: inherit;
  }
  
  /**
   * Reset form element properties that are easy to forget to
   * style explicitly so you don't inadvertently introduce
   * styles that deviate from your design system. These styles
   * supplement a partial reset that is already applied by
   * normalize.css.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
  }
  
  /**
   * Use the configured 'mono' font family for elements that
   * are expected to be rendered with a monospace font, falling
   * back to the system monospace stack if there is no configured
   * 'mono' font family.
   */
  
  pre,
  code,
  kbd,
  samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  
  /**
   * 1. Make replaced elements "display: block" by default as that's
   *    the behavior you want almost all of the time. Inspired by
   *    CSS Remedy, with "svg" added as well.
   *
   *    https://github.com/mozdevs/cssremedy/issues/14
   * 
   * 2. Add "vertical-align: middle" to align replaced elements more
   *    sensibly by default when overriding "display" by adding a
   *    utility like "inline".
   *
   *    This can trigger a poorly considered linting error in some
   *    tools but is included by design.
   * 
   *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
   */
  
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
  }
  
  /**
   * Constrain images and videos to the parent width and preserve
   * their intrinsic aspect ratio.
   *
   * https://github.com/mozdevs/cssremedy/issues/14
   */
  
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  
  /**
   * Ensure the default browser behavior of the "hidden" attribute.
   */
  
  [hidden] {
    display: none;
  }
  
  *, ::before, ::after {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }
  /* Headings */
.content-editor h1, .content-editor .ce-header[data-level="1"] {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0.3em 0 0.15em;
  }
  .content-editor h2, .content-editor .ce-header[data-level="2"] {
    font-size: 1.5em;
    margin: 0.25em 0 0.15em;
  }
  .content-editor h3, .content-editor .ce-header[data-level="3"] {
    font-size: 1.25em;
    margin: 0.2em 0 0.1em;
  }
  
  /* Paragraphs */
  .content-editor p, .content-editor .ce-paragraph {
    margin: 0.25em 0;
    line-height: 1.4;
  }
  
  /* Lists */
  .content-editor ul, .content-editor ol {
    margin: 1em 0;
    padding-left: 2em;
    background: none;
    border: none;
    font-size: 1em;
  }
  .content-editor ul {
    list-style-type: initial;
  }
.content-editor ol {
    list-style-type: decimal;
}
  
  .content-editor li {
    padding: 0;
    border: none;
    background: none;
    transition: none;
  }

  
  /* Blockquotes */
  .content-editor blockquote {
    margin: 0.3em 0;
    padding: 0.4em 0.8em;
    background: #f2f2f2;
    border-left: 3px solid #bbb;
    font-style: italic;
  }
  
  /* Code */
  .content-editor code {
    background: #fafafa;
    padding: 0.1em 0.3em;
    border-radius: 3px;
    font-family: Menlo, monospace;
  }
  .content-editor pre, .content-editor .ce-code {
    margin: 0.3em 0;
    padding: 0.8em;
    background: #f5f5f5;
    border-radius: 3px;
    font-family: Menlo, monospace;
    overflow-x: auto;
  }
  
  /* Images & Media */
  .content-editor img, .content-editor video, .content-editor canvas, .content-editor svg {
    margin: 0.3em 0;
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Tables */
.content-editor table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.2em 0;
    background: #fff;
    font-size: 1em;
  }
  
  .content-editor th, .content-editor td {
    padding: 0.2em 0.4em;
    border: 1px solid #e2e2e2;
    text-align: left;
  }
  
  .content-editor th {
    background: #f5f5f7;
    font-weight: bold;
  }
  
  .content-editor tr:nth-child(even) {
    background: #fafbfc;
  }
  
  .content-editor tr:hover {
    background: #f0f7ff;
    transition: background 0.2s;
  }

  /* ===========================================================
     EditorJS chrome — theme-token-driven overrides
     All surfaces pull from the same CSS vars as the rest of the app
     (card / popover / border / primary / foreground) so theme or
     dark-mode changes propagate automatically.
     =========================================================== */

  /* Keep toolbar always visible instead of fading in on block hover */
  .content-editor .ce-toolbar__actions {
    opacity: 1;
  }

  /* Plus + settings buttons */
  .content-editor .ce-toolbar__plus,
  .content-editor .ce-toolbar__settings-btn {
    color: color-mix(in srgb, var(--foreground) 55%, transparent);
    background-color: color-mix(in srgb, var(--foreground) 5%, transparent);
    border-radius: var(--radius-control);
    transition:
      color var(--duration-fast) var(--ease-standard),
      background-color var(--duration-fast) var(--ease-standard);
  }
  .content-editor .ce-toolbar__plus:hover,
  .content-editor .ce-toolbar__settings-btn:hover {
    color: var(--foreground);
    background-color: color-mix(in srgb, var(--foreground) 10%, transparent);
  }

  /* Tooltip — matches popover/card surface */
  .content-editor .ct,
  .ct {
    background: var(--popover) !important;
    color: var(--popover-foreground) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-control) !important;
    padding: 5px 8px !important;
    font-size: var(--font-size-small) !important;
    line-height: 1.3 !important;
    box-shadow: var(--shadow-card) !important;
  }
  .content-editor .ct__content,
  .ct__content {
    color: inherit !important;
  }
  .content-editor .ct--bottom,
  .ct--bottom {
    margin-top: 4px !important;
  }
  .content-editor .ct--top,
  .ct--top {
    margin-top: -4px !important;
  }

  .content-editor .ce-toolbar__plus-shortcut {
    color: color-mix(in srgb, var(--foreground) 50%, transparent);
  }

  /* ---------- Popover (toolbox & conversion menu) ----------
     Portaled outside .content-editor — use global selectors. */
  .ce-popover,
  .ce-popover__container,
  .ce-popover__items,
  .ce-popover-header {
    background: var(--popover) !important;
    color: var(--popover-foreground) !important;
    border-color: var(--border) !important;
  }
  .ce-popover {
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-card) !important;
    box-shadow: var(--shadow-card) !important;
  }

  .ce-popover-item,
  .ce-popover-item-html {
    color: var(--popover-foreground) !important;
    background: transparent !important;
  }
  .ce-popover-item:hover,
  .ce-popover-item--focused:not(.ce-popover-item--no-focus) {
    background: color-mix(in srgb, var(--foreground) 8%, transparent) !important;
  }
  .ce-popover-item--active {
    background: color-mix(in srgb, var(--primary) 12%, transparent) !important;
    color: var(--primary) !important;
  }
  .ce-popover-item__icon {
    background: color-mix(in srgb, var(--foreground) 6%, transparent) !important;
    border: 1px solid var(--border) !important;
    color: var(--popover-foreground) !important;
    box-shadow: none !important;
  }
  .ce-popover-item__title {
    color: var(--popover-foreground) !important;
  }
  .ce-popover-item__secondary-title {
    color: color-mix(in srgb, var(--foreground) 45%, transparent) !important;
  }
  .ce-popover-item-separator__line {
    background: var(--border) !important;
  }
  .ce-popover__nothing-found-message {
    color: color-mix(in srgb, var(--foreground) 50%, transparent) !important;
  }

  .ce-popover-header__text {
    color: var(--popover-foreground) !important;
  }
  .ce-popover-header__back-button {
    background: color-mix(in srgb, var(--foreground) 6%, transparent) !important;
    color: var(--popover-foreground) !important;
    border: 1px solid var(--border) !important;
  }

  /* Search / filter input */
  .cdx-search-field {
    background: color-mix(in srgb, var(--foreground) 5%, transparent) !important;
    border: 1px solid var(--border) !important;
    color: var(--foreground) !important;
    border-radius: var(--radius-control) !important;
  }
  .cdx-search-field__icon svg {
    fill: color-mix(in srgb, var(--foreground) 50%, transparent) !important;
  }
  .cdx-search-field__input {
    color: var(--foreground) !important;
  }
  .cdx-search-field__input::placeholder {
    color: color-mix(in srgb, var(--foreground) 35%, transparent) !important;
  }

  .ce-popover__overlay {
    background: transparent !important;
  }

  /* Inline toolbar (appears on text selection) */
  .content-editor .ce-inline-toolbar,
  .ce-inline-toolbar {
    background: var(--popover) !important;
    border: 1px solid var(--border) !important;
    color: var(--popover-foreground) !important;
    border-radius: var(--radius-card) !important;
    box-shadow: var(--shadow-card) !important;
  }
  .content-editor .ce-inline-tool,
  .ce-inline-tool {
    color: color-mix(in srgb, var(--foreground) 70%, transparent) !important;
  }
  .content-editor .ce-inline-tool:hover,
  .ce-inline-tool:hover {
    background: color-mix(in srgb, var(--foreground) 10%, transparent) !important;
    color: var(--foreground) !important;
  }
  .content-editor .ce-inline-tool--active,
  .ce-inline-tool--active {
    background: color-mix(in srgb, var(--primary) 12%, transparent) !important;
    color: var(--primary) !important;
  }

  /* Selected block highlight */
  .content-editor .ce-block--selected .ce-block__content {
    background: color-mix(in srgb, var(--foreground) 3%, transparent) !important;
    border-radius: var(--radius-control);
  }
/* Lexical-rendered content. Class names mirror lexicalTheme.
   Scoped under .content-editor — the same CSS is shipped to the canvas
   iframe via getRichTextEditorStyling(), so the editor preview and the
   published page render identically. */

/* RTE-internal palette. Solid colors on purpose: the canvas inherits
   `color` from whichever site theme it lives in, so anything tied to
   currentColor would render differently between editor and canvas. */
.content-editor {
  --rte-quote-bg: #f3f4f6;
  --rte-quote-bar: #9ca3af;
  --rte-code-bg: #f1f5f9;
  --rte-code-border: #e5e7eb;
  --rte-link: #1d4ed8;
  --rte-table-line: #e5e7eb;
  --rte-table-head: #f5f5f5;
  --rte-cap: #6b7280;
  --rte-muted: #9ca3af;
}

/* Paragraph & basic blocks */
.content-editor .lex-paragraph {
  margin: 0.25em 0;
  line-height: 1.4;
}

.content-editor .lex-quote {
  margin: 0.3em 0;
  padding: 0.4em 0.8em;
  background: var(--rte-quote-bg);
  border-left: 3px solid var(--rte-quote-bar);
  font-style: italic;
}

/* Headings */
.content-editor .lex-h1 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.3em 0 0.15em;
}

.content-editor .lex-h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.25em 0 0.15em;
}

.content-editor .lex-h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0.2em 0 0.1em;
}

.content-editor .lex-h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.18em 0 0.1em;
}

.content-editor .lex-h5,
.content-editor .lex-h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 0.15em 0;
}

/* Lists */
.content-editor .lex-ul,
.content-editor .lex-ol {
  margin: 1em 0;
  padding-left: 2em;
  background: none;
  border: none;
  font-size: 1em;
}

.content-editor .lex-ul {
  list-style-type: disc;
}

.content-editor .lex-ol {
  list-style-type: decimal;
}

.content-editor .lex-li {
  padding: 0;
  border: none;
  background: none;
}

.content-editor .lex-nested-li {
  list-style-type: none;
}

/* Inline text */
.content-editor .lex-bold {
  font-weight: 700;
}

.content-editor .lex-italic {
  font-style: italic;
}

.content-editor .lex-underline {
  text-decoration: underline;
}

.content-editor .lex-strikethrough {
  text-decoration: line-through;
}

.content-editor .lex-underline-strikethrough {
  text-decoration: underline line-through;
}

.content-editor .lex-inline-code {
  background: var(--rte-code-bg);
  padding: 0.1em 0.3em;
  border-radius: 3px;
  font-family: Menlo, monospace;
  font-size: 0.95em;
}

.content-editor .lex-link {
  color: var(--rte-link);
  text-decoration: underline;
}

/* Code block */
.content-editor .lex-code {
  display: block;
  margin: 0.3em 0;
  padding: 0.8em;
  background: var(--rte-code-bg);
  border: 1px solid var(--rte-code-border);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  white-space: pre-wrap;
}

/* Tables */
.content-editor .lex-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5em 0;
}

.content-editor .lex-table-row {
  border-bottom: 1px solid var(--rte-table-line);
}

.content-editor .lex-table-cell,
.content-editor .lex-table-cell-header {
  padding: 0.4em 0.6em;
  border: 1px solid var(--rte-table-line);
  vertical-align: top;
}

.content-editor .lex-table-cell-header {
  background: var(--rte-table-head);
  font-weight: 600;
  text-align: left;
}

/* Image & embed */
.content-editor .lex-image,
.content-editor .lex-embed {
  margin: 0.5em 0;
}

.content-editor .lex-image img,
.content-editor img {
  max-width: 100%;
  height: auto;
  display: block;
}

.content-editor .lex-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.content-editor .lex-embed-caption,
.content-editor figcaption {
  margin-top: 0.4em;
  color: var(--rte-cap);
  font-size: 0.9em;
  text-align: center;
}

/* Prism syntax-highlight palette. Solid OKLCH so it reads on white or dark. */
.content-editor .lex-tok-comment {
  color: var(--rte-muted);
  font-style: italic;
}
.content-editor .lex-tok-keyword {
  color: oklch(48% 0.18 262);
}
.content-editor .lex-tok-fn {
  color: oklch(50% 0.20 305);
}
.content-editor .lex-tok-prop {
  color: oklch(50% 0.20 25);
}
.content-editor .lex-tok-sel {
  color: oklch(48% 0.16 155);
}
.content-editor .lex-tok-attr {
  color: oklch(54% 0.16 70);
}
.content-editor .lex-tok-var {
  color: oklch(48% 0.20 350);
}
.content-editor .lex-tok-op,
.content-editor .lex-tok-punct {
  color: oklch(45% 0 0);
}


:root {
  /* Custom theme options */
  /**
     * @description Box shadow for buttons
     * @type {color}
     */
  --color-accent: rebeccapurple;

  /* Base values */
  
  --box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  --border-radius: 8px;
  /**
     * @description Box shadow for buttons
     * @type {color}
     */
  --border-color: #cbcace;
  /**
     * @description Box shadow for buttons
     * @type {color}
     */
    --primary-bg-color: #f0e9e2;
    --secondary-bg-color: #d8c6b3;
    --bg-nav:#BCB8A8;
    --body-color: #222;
    --title-color: #263724;
    --subtitle-color: #5A4E3C;
    --cta-color: #263724;
    --btn-none-color: #c69c6d;
    --content-bg-color: #31402E;
    --body-font-size: 1rem;
    --h1-size: 2.5em;
    --h2-size: 2.2em;
    --h3-size: 1.6em;
    --h4-size: 1.2em;
    --body-font-family: "Martel Sans", sans-serif;
    --title-font-family: "Martel Sans", sans-serif;
}

body{
    font-family: var(--body-font-family);
    background:var(--primary-bg-color);
    font-weight: 400;
    font-size: var(--body-font-size);
    line-height: 1.2;
    letter-spacing: 0;
    color:var(--body-color);
}
.title{
  text-transform: uppercase;
  color:var(--title-color) !important;
  margin:0 !important;
}
h1,h2,h3,h4 {
    color: var(--title-color) !important;
    font-family: var(--title-font-family);
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
}
h1 {font-size: var(--h1-size);}
h2 {font-size: var(--h2-size);}
h3 {font-size: var(--h3-size);}

p,ul {
    font-size:16px;
    line-height:1.2;
    color:var(--body-color);
    margin:20px 0;
}

.content-editor{
  font-family: var(--body-font-family) !important;
  background:transparent !important;
}
.content-editor h1 ,h2 ,h3 ,h4 {
    color:var(--title-color) !important;
    font-family: var(--title-font-family) !important;
    font-weight: 400 !important;
    margin: 0 0 0px !important;
    text-transform: uppercase;
}
.content-editor h1{font-size: var(--h1-size) !important;}
.content-editor h2{font-size: var(--h2-size) !important;}
.content-editor h3{font-size: var(--h3-size) !important;}

.content-editor p ,ul{
    line-height: 28px !important;
    margin: 0 0 5px !important;
}
.subtitle {
    color: var(--subtitle-color) !important;
    font-family: var(--body-font-family) !important;
    text-transform:uppercase;
    font-size: 16px;
    font-weight: 300;
}
@media (max-width: 920px) {
h1 {font-size:38px;}
h2 {font-size: 32px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
.title{font-size:20px;}
.subtitle{font-size:13px;}
p{font-size:13px;}
.content-editor h1{font-size: 38px !important;}
.content-editor h2{font-size: 32px !important;}
.content-editor h3{font-size: 24px !important;}
.content-editor h4{font-size: 20px !important;}
}
@media (max-width: 680px) {
h1 {font-size:32px;}
h2 {font-size: 28px;}
h3 {font-size: 22px;}
.content-editor h1{font-size: 32px !important;}
.content-editor h2{font-size: 28px !important;}
.content-editor h3{font-size: 22px !important;}
}

/*------------------------------------------------------
/  Backgrounds & Colors
/------------------------------------------------------*/
.bg-light{
    background: var(--secondary-bg-color)
}
.content-bg{
  background:var(--content-bg-color);
}
.white{
    color:#fff !important;
}

/*------------------------------------------------------
/  Buttons & Links
/------------------------------------------------------*/
a{
    margin:auto;
    padding: 0.5rem 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    border:none;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.btn,
.btn-cta,
.btn-none {
  padding: 1.5rem 1.8rem;
  border-radius: 2px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 var(--cta-color);
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 1s;
}
.btn-cta{
  padding: 1.5rem 1.8rem;
  border-radius: 2px;
  background-color: var(--cta-color);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  border: 2px solid var(--cta-color);
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 white;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 1s;
}
.btn-none {
  padding: 1.5rem 1.8rem;
  border-radius: 2px;
  background-color: var(--cta-color);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 white;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 1s;
  background: transparent;
  border: 1px solid var(--btn-none-color);
  color: var(--btn-none-color);
}
.btn-white {
    padding: 1.5rem 1.8rem;
    border-radius: 2px;
    background-color: white;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cta-color);
    border: 2px solid white;
    border-radius: 0px;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 var(--cta-color);
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 1s;
}

.btn-cta:hover {
  box-shadow: inset 400px 0 0 0 white;
  color: var(--cta-color);
}

.btn-none:hover {
  background: var(--btn-none-color);
  border-color: var(--btn-none-color);
  color: #fff;
}
.btn-white:hover {
    box-shadow: inset 400px 0 0 0 var(--cta-color);
    color: white;
}
/*------------------------------------------------------
/  Container Styling
/------------------------------------------------------*/

.container {
    width: 100%;
    padding:35px;
    margin-right: auto;
    margin-left: auto;
  }
@media (max-width: 920px) {
.container {
    width: 100%;
    padding:15px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*------------------------------------------------------
/  Flex row/ Mobile column 
/------------------------------------------------------*/
.row {
    display: flex;
    flex-wrap: wrap;
  }
@media (max-width: 576px){
  .row {
      flex-direction:column;
    }
  }
@media (min-width: 576px) and (max-width: 767.98px) {
  .row {
      flex-direction:column;
    }
  }


@media (min-width: 768px) and (max-width: 991.98px) {
  .row {
      flex-direction:column;
    }
}
.align-center{
  display:flex;
  align-items:center;
  justify-content:center;
}

