/**
 * WeatherFile widget — shared typography.
 *
 * ONE PLACE TO CHANGE THE FONT: update the @import URL and the font-family stack below.
 * Inter is chosen for its screen legibility, tabular numerals, and clean UI appearance.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --wf-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}
