@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap');
:root {
  /* Original theme name: sublime oxford-blue */
  /* Original SCSS colors:
     $label-primary: #c1570e;
     $text-details: #7D868C;
     $theme-color: #091F40;
     $theme-color-semi-trans: #091F40;
     $theme-button-color: #091F40;
     $link-color: #c1570e;
     $success-color: #1e874b;
     $danger-color: #e2231a;
     $warning-color: #c1570e;
     $info-color: #0d7eb0;
     $site-header-color: #fff;
     $site-header-font-color: #444;
     $site-header-font-color-hover: $link-color;
     $border-radius: 3px;
     $h1-font-size: 50px;
     $h2-font-size: 37px;
     $h3-font-size: 28px;
     $h4-font-size: 21px;
     $h5-font-size: 16px;
     $h6-font-size: 13px;
  */
  /* Potential issues / skipped variables:
     - $feature-color / --feature-color was not provided in the original SCSS input and has been skipped.
     - $anchor-font-color-hover / --link-color-hover was not provided in the original SCSS input and has been skipped.
  */
  /* === Primary Color Palette (#091F40 - Oxford Blue) === */
  --color-primary: #091F40;
  --color-primary-100: #e6e9ee;
  --color-primary-200: #c1c8d4;
  --color-primary-300: #939fb3;
  --color-primary-400: #63738e;
  --color-primary-500: #394a67;
  --color-primary-600: #1b2d4b;
  --color-primary-700: #091F40;
  --color-primary-800: #051329;
  --color-primary-900: #020a16;
  /* === Danger Color Palette (#e2231a) === */
  --color-danger: #e2231a;
  --color-danger-100: #fdeaea;
  --color-danger-200: #f9bebd;
  --color-danger-300: #f48e8a;
  --color-danger-400: #ee5b56;
  --color-danger-500: #e92b23;
  --color-danger-600: #e2231a;
  --color-danger-700: #b31a13;
  --color-danger-800: #81120d;
  --color-danger-900: #500a07;
  /* === Success Color Palette (#1e874b) === */
  --color-success: #1e874b;
  --color-success-100: #eafaf1;
  --color-success-200: #c0f1d5;
  --color-success-300: #97e8b9;
  --color-success-400: #6ddf9e;
  --color-success-500: #43d582;
  --color-success-600: #2abc68;
  --color-success-700: #209251;
  --color-success-800: #17683a;
  --color-success-900: #0e3f23;
  /* === Info Color Palette (#0d7eb0) === */
  --color-info: #0d7eb0;
  --color-info-100: #e6f4fa;
  --color-info-200: #bde2f2;
  --color-info-300: #8ecdea;
  --color-info-400: #5db6e1;
  --color-info-500: #329ed5;
  --color-info-600: #0d7eb0;
  --color-info-700: #096189;
  --color-info-800: #064461;
  --color-info-900: #032739;
  /* === Warning Color Palette (#c1570e) === */
  --color-warning: #c1570e;
  --color-warning-100: #fbf0e8;
  --color-warning-200: #f4d4be;
  --color-warning-300: #ebaf8d;
  --color-warning-400: #e0885a;
  --color-warning-500: #d46328;
  --color-warning-600: #c1570e;
  --color-warning-700: #96430a;
  --color-warning-800: #6a2f06;
  --color-warning-900: #3e1b03;
  /* === Mapped Theme Variables === */
  --label-primary: var(--color-warning);
  --text-details: #7D868C;
  --heading-color: var(--color-primary);
  --theme-button-color: var(--color-primary);
  --theme-button-color-hover: var(--color-primary-800);
  --link-color: var(--color-warning);
  --site-header-color: #fff;
  --site-header-font-color: #444;
  --site-header-font-color-hover: var(--link-color);
  /* === Typography & Layout Variables === */
  --header-font-family: "Heebo", helvetica, arial, sans-serif;
  --subheader-font-family: "Heebo", helvetica, arial, sans-serif;
  --body-font-family: "helvetica neue", helvetica, arial, sans-serif;
  --border-radius: 3px;
  --h1-font-size: 50px;
  --h2-font-size: 37px;
  --h3-font-size: 28px;
  --h4-font-size: 21px;
  --h5-font-size: 16px;
  --h6-font-size: 13px;
}
/* Base Typography Styles */
body {
  font-family: var(--body-font-family);
  color: var(--text-details);
}
h1, h2, h3, h4, h5, h6,
.mce-content-body h1, 
.mce-content-body h2, 
.mce-content-body h3, 
.mce-content-body h4, 
.mce-content-body h5, 
.mce-content-body h6 {
  font-family: var(--header-font-family);
  color: var(--heading-color);
  text-transform: none;
}
h1 { font-size: var(--h1-font-size); }
h2 { font-size: var(--h2-font-size); }
h3 { font-size: var(--h3-font-size); }
h4 { font-size: var(--h4-font-size); }
h5 { font-size: var(--h5-font-size); }
h6 { font-size: var(--h6-font-size); }
/* Cookie Banner Heading Fix */
.cookie-banner h5,
.cookie-banner h2,
#cookie-banner h5,
#cookie-banner h2,
.cookie-notice h5,
.cookie-notice h2,
#cookie-notice h5,
#cookie-notice h2,
.cc-banner h5,
.cc-banner h2,
#portal-cookie-banner h5,
#portal-cookie-banner h2,
.privacy-cookie-banner h5,
.privacy-cookie-banner h2 {
  font-size: var(--h2-font-size) !important;
  font-family: var(--subheader-font-family) !important;
  color: #ffffff !important;
}
/* Plone Toolbar Top Customization */
body.plone-toolbar-top #edit-bar #edit-zone, 
body.plone-toolbar-top #edit-bar #edit-zone .toolbar-header {
  background-color: var(--color-primary-700) !important;
}
body.plone-toolbar-top #edit-bar #edit-zone a,
body.plone-toolbar-top #edit-bar #edit-zone span,
body.plone-toolbar-top #edit-bar #edit-zone button {
  color: #ffffff !important;
}
body.plone-toolbar-top #edit-bar #edit-zone a:hover,
body.plone-toolbar-top #edit-bar #edit-zone button:hover {
  color: var(--color-primary-200) !important;
}