@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&family=Inter:wght@300;400;500&display=swap');

/* modern — arkitektritat, vita släta ytor, stora glas. Vitt, kol, luftig sans, raka hörn. */

:root {
  color-scheme: light;

  --bg:     #ffffff;
  --text:   #17181a;
  --muted:  #6e7175;
  --line:   #e6e7e9;

  --accent:      #101113;
  --accent-text: #ffffff;

  --font-heading:   'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body:      'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --heading-weight: 300;

  --radie: 0px;
}
