@import "https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600&display=swap";
@theme{--font-family: "Catamaran",system-ui,-apple-system,sans-serif;   --font-weight-light: 300; --font-weight-normal: 400;   --font-weight-medium: 500;   --font-weight-bold: 600;}body{font-family:var(--font-family);font-weight:var(--font-weight-light)}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-medium)}strong,b{font-weight:var(--font-weight-bold)}
