@import "tailwindcss"; @import "@edr/ui-common/theme.css" layer(theme); :root { --freight-brand: #1B9E7A; --freight-brand-dark: #15805F; --freight-brand-light: #2DBF95; --freight-brand-muted: #E7F8F2; --freight-brand-border: #B7EBDC; --freight-brand-ring: rgb(27 158 122 / 0.2); } html, body, #root { height: 100%; overflow: hidden; }