/* davidcoen.it overlay: keep official mempool.space (Classico / softsimon)
   block fee colors. Only adjust font + label readability. */

:root {
  /* Softsimon defaults used by mempool.space "Classico" — do not mute these
     or projected/mined block cubes shift to wrong hues. */
  --primary: #105fb0;
  --secondary: #2d3348;
  --tertiary: #653b9c;
  --success: #1a9436;
  --info: #1bd8f4;
  --mainnet-alt: #9339f4;
  --green: #3bcc49;
  --red: #dc3545;
  --yellow: #fff000;
  --orange: #b86d12;
  --pink: #d63384;

  /* Slightly clearer muted labels than default #ffffff66 */
  --transparent-fg: #c8c8d0;

  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html, body {
  font-family: inherit;
}

body, .navbar, .footer, .header, .toolbar {
  font-family: inherit;
}
