@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  background: #d9d6cc;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
svg { display: block; }
svg text { font-family: 'Manrope', system-ui, sans-serif; }
