@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
:root {
  /* Original theme name: sublime-ndph */
  /* Original SCSS colors:
     $label-primary: #335484;
     $text-details: #011e41;
     $theme-color: #011e41;
     $theme-color-semi-trans: #e82000;
     $theme-button-color: #e82000;
     $link-color: #011e41;
     $success-color: #1e874b;
     $danger-color: #e22e1c;
     $warning-color: #a66908;
     $info-color: #217cba;
     $site-header-color: #fff;
     $site-header-font-color: #444;
     $site-header-font-color-hover: $link-color;
     $feature-color: #f2efeb;
     $anchor-font-color-hover: #011e41;
     $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;
  */
  /* === Primary Color Palette (#011e41) === */
  --color-primary: #011e41;
  --color-primary-100: #e6f1ff;
  --color-primary-200: #b4d5fe;
  --color-primary-300: #81b9fd;
  --color-primary-400: #4f9efc;
  --color-primary-500: #1d82fc;
  --color-primary-600: #0368e2;
  --color-primary-700: #0351b0;
  --color-primary-800: #023a7e;
  --color-primary-900: #01234b;
  /* === Danger Color Palette (#e22e1c) === */
  --color-danger: #e22e1c;
  --color-danger-100: #fceae8;
  --color-danger-200: #f7c0bb;
  --color-danger-300: #f1978e;
  --color-danger-400: #eb6d60;
  --color-danger-500: #e64333;
  --color-danger-600: #cc2a19;
  --color-danger-700: #9f2014;
  --color-danger-800: #71170e;
  --color-danger-900: #440e08;
  /* === 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 (#217cba) === */
  --color-info: #217cba;
  --color-info-100: #e9f4fb;
  --color-info-200: #bedef3;
  --color-info-300: #93c8ec;
  --color-info-400: #67b2e4;
  --color-info-500: #3c9bdc;
  --color-info-600: #2382c3;
  --color-info-700: #1b6598;
  --color-info-800: #13486c;
  --color-info-900: #0c2b41;
  /* === Warning Color Palette (#a66908) === */
  --color-warning: #a66908;
  --color-warning-100: #fef5e7;
  --color-warning-200: #fbe1b6;
  --color-warning-300: #f9cc85;
  --color-warning-400: #f7b855;
  --color-warning-500: #f4a424;
  --color-warning-600: #db8a0b;
  --color-warning-700: #aa6c08;
  --color-warning-800: #7a4d06;
  --color-warning-900: #492e04;
  /* === Mapped Theme Variables === */
  --theme-button-color: #e82000;
  --theme-button-color-hover: #b51900;
  --text-details: var(--color-primary);
  --label-primary: #335484;
  --link-color: var(--color-primary);
  --site-header-color: #fff;
  --site-header-font-color: #444;
  --site-header-font-color-hover: var(--link-color);
  --heading-color: var(--color-primary);
  --feature-color: #f2efeb;
  --link-color-hover: var(--color-primary);
  /* === Typography & Layout Variables === */
  --header-font-family: "Mulish", helvetica, arial, sans-serif;
  --subheader-font-family: "Mulish", helvetica, arial, sans-serif;
  --body-font-family: 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) !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;
}