@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Source+Sans+Pro&display=swap');

:root {
  --bg: #1e2e36;
  --text: #d8e4ea;
  --accent: #b8962e;
  --bg-header: #0d1b22;
  --bg-hero: #0d1b22;
  --bg-card: #293840;
  --text-muted: #8e9ba2;
  --border: #39474e;
  --accent-dim: rgba(184, 150, 46, 0.15);
  --text-on-header: #e0e4e8;
  --text-muted-on-header: #9da5ae;
  --font-heading: 'Oswald', serif;
  --font-body: 'Source Sans Pro', sans-serif;
}
