/*
  Twiliner Fleet Map — your own CSS overrides
  -------------------------------------------
  This file is YOURS. Future updates from Claude will replace widget.css
  but never this file. Anything you write here overrides widget.css because
  it's loaded after it.

  HOW IT WORKS
  ------------
  1. Open assets/widget.css in your editor to find the selector for the
     thing you want to change (e.g. .twiliner-fleet-map__station-btn).
  2. Copy that selector here.
  3. Inside it, write only the properties you want to override. You don't
     need to redeclare everything — just the bits you're changing.
*/

  .page h1 {
    font-size: 28px !important;
    font-family: "studio feixen serif", Helvetica, Arial, sans-serif;
}

.page__intro {
    font-size: 18px !important;
}