@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&family=Open+Sans&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

:root {
  --tet-font-body: 'Source Sans Pro', 'Segoe UI', sans-serif;
  --tet-font-display: 'Bebas Neue', 'Source Sans Pro', sans-serif;
  --tet-color-ink: #2e4222;
  --tet-color-ink-muted: rgba(46, 66, 34, 0.76);
  --tet-color-accent: #65ab41;
  --tet-color-accent-strong: #4e8b30;
  --tet-color-accent-soft: rgba(101, 171, 65, 0.16);
  --tet-color-border-soft: rgba(101, 171, 65, 0.14);
  --tet-color-surface: rgba(255, 255, 255, 0.82);
  --tet-color-surface-strong: rgba(255, 255, 255, 0.94);
  --tet-shadow-card: 0 20px 50px rgba(46, 66, 34, 0.12);
}