:root {
  
--theme-headline-font: "Century Gothic", sans-serif;
  
 h1, h2 { font-weight: 600; }

 .tile-title {
   font-weight: 500 !important;
 }

 hr {
   margin-top: 4px;
   margin-bottom: 4px;
 }

  
  .article-page footer {
    border-block-start: transparent
  }
}

:root {
  --K15t-border-neutral: #8792a0;
  
    /* Brand Colors */
  --K15t-color-brand-50: #e6f7ff;
  --K15t-color-brand-100: #bae7ff;
  --K15t-color-brand-200: #91d5ff;
  --K15t-color-brand-300: #69c0ff;
  --K15t-color-brand-400: #40a9ff;
  --K15t-color-brand-500: #00A0E2;
  --K15t-color-brand-600: #0083be;
  --K15t-color-brand-700: #006599;
  --K15t-color-brand-800: #004d75;
  --K15t-color-brand-900: #003450;


  --K15t-foreground-brand: var(--K15t-color-brand-500);
  --K15t-foreground-on-brand: var(--K15t-color-brand-700);
  
  /* Typography */
  --K15t-font-family-headline: "Century Gothic", sans-serif;
  --K15t-font-family-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --K15t-font-family-code: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --K15t-font-weight-bold: 700;
}

[data-component="header"] {
    --border: #0077C4;
}

[data-component="search-suggestion"] {
  --text-color-option-active: var(--K15t-foreground-brand);
  --accent-color-option-active: var(--K15t-color-brand-500);
}