@layer custom { :root {
    --primary: 19 100% 62%;
    --primary-foreground: 0 0% 0%;
    --trust-gradient-from: 19 100% 62%;
    --background: 0 0% 100%;
    --foreground: 0 0% 10%;
    --font-sans: 'Lucca_Sans-Black', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  }

[data-tc-markdown] img{
  max-height: 120px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
} }