/* ============================================================
   FHIR Frog Maven Skin — fhir-frog-javadoc.css
   Overrides Javadoc CSS custom properties to match the
   MkDocs Material teal theme and Roboto typography.
   Added via maven-javadoc-plugin <addStylesheets> config.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Roboto+Mono:wght@400;500&display=swap');

:root {
  /* Typography */
  --body-font-family:  'Roboto', Arial, Helvetica, sans-serif;
  --block-font-family: 'Roboto', Arial, Helvetica, sans-serif;
  --code-font-family:  'Roboto Mono', SFMono-Regular, Consolas, monospace;

  /* Navbar — Material teal-500 */
  --navbar-background-color: #009688;
  --navbar-text-color:       #ffffff;

  /* Sub-nav / member headings — teal-50 */
  --subnav-background-color:        #E0F2F1;
  --subnav-link-color:              #00695C;
  --member-heading-background-color:#E0F2F1;

  /* Selected tab — teal-A400 (replaces default orange) */
  --selected-background-color: #00BFA5;
  --selected-text-color:       #ffffff;
  --selected-link-color:       #ffffff;

  /* Table headers — teal-100 */
  --table-header-color: #B2DFDB;

  /* Page title — teal-800 */
  --title-color: #00695C;

  /* Links */
  --link-color:        #009688;
  --link-color-active: #00695C;
}
