/* Brand override — colori reali OFM: giallo #EEBA01 + grigio #4C4C4C.
   Loaded AFTER the tokens: remaps the design-system brand scales to the
   real OFM palette, as specified by the prototype. */
:root {
  --ofm-blue-900: #262626;
  --ofm-blue-800: #383838;
  --ofm-blue-700: #4C4C4C;
  --ofm-blue-600: #5E5E5E;
  --ofm-blue-500: #707070;
  --ofm-blue-400: #8C8C8C;
  --ofm-blue-300: #B0B0B0;
  --ofm-blue-200: #D6D6D6;
  --ofm-blue-100: #EDEDED;
  --ofm-blue-50:  #F5F5F5;
  --ofm-orange-700: #B98F00;
  --ofm-orange-600: #D4A500;
  --ofm-orange-500: #EEBA01;
  --ofm-orange-400: #F2C733;
  --ofm-orange-300: #F6D66B;
  --ofm-orange-200: #FAE6A6;
  --ofm-orange-100: #FCF3D6;
  --text-link: #4C4C4C;
  --text-link-hover: #B98F00;
}
@keyframes ofmFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
input[type=number]::-webkit-inner-spin-button { opacity: 1; }
