tailwind.config = {"theme":{"extend":{"colors":{"border":"hsl(var(--border))","input":"hsl(var(--input))","ring":"hsl(var(--ring))","background":"hsl(var(--background))","foreground":"hsl(var(--foreground))","primary":{"DEFAULT":"hsl(var(--primary))","foreground":"hsl(var(--primary-foreground))"},"secondary":{"DEFAULT":"hsl(var(--secondary))","foreground":"hsl(var(--secondary-foreground))"},"muted":{"DEFAULT":"hsl(var(--muted))","foreground":"hsl(var(--muted-foreground))"},"accent":{"DEFAULT":"hsl(var(--accent))","foreground":"hsl(var(--accent-foreground))"},"destructive":{"DEFAULT":"hsl(var(--destructive))","foreground":"hsl(var(--destructive-foreground))"},"card":{"DEFAULT":"hsl(var(--card))","foreground":"hsl(var(--card-foreground))"},"popover":{"DEFAULT":"hsl(var(--popover))","foreground":"hsl(var(--popover-foreground))"}},"borderRadius":{"lg":"var(--radius)","md":"calc(var(--radius) - 2px)","sm":"calc(var(--radius) - 4px)"},"fontFamily":{"heading":["'Montserrat'","system-ui","sans-serif"],"body":["'Montserrat'","system-ui","sans-serif"]}}}} :where(.jp-sec-0bed25e1) *, :where(.jp-sec-0bed25e1) *::before, :where(.jp-sec-0bed25e1) *::after { box-sizing: border-box; margin: 0; padding: 0; } :where(.jp-sec-0bed25e1) { -webkit-font-smoothing: antialiased; min-height: 100vh; font-family: var(--font-body, system-ui, -apple-system, sans-serif); font-size: 16px; line-height: 1.6; color: hsl(var(--foreground, 222.2 84% 4.9%)); background: hsl(var(--background, 0 0% 100%)); overflow-x: hidden; } :where(.jp-sec-0bed25e1) h1, :where(.jp-sec-0bed25e1) h2, :where(.jp-sec-0bed25e1) h3, :where(.jp-sec-0bed25e1) h4, :where(.jp-sec-0bed25e1) h5, :where(.jp-sec-0bed25e1) h6 { font-family: var(--font-heading, system-ui, -apple-system, sans-serif); line-height: 1.15; } :where(.jp-sec-0bed25e1) img { max-width: 100%; height: auto; display: block; } :where(.jp-sec-0bed25e1) a { text-decoration: none; color: inherit; } :where(.jp-sec-0bed25e1) ul, :where(.jp-sec-0bed25e1) ol { list-style: none; } :where(.jp-sec-0bed25e1) button { cursor: pointer; font-family: inherit; } :where(.jp-sec-0bed25e1) input, :where(.jp-sec-0bed25e1) textarea, :where(.jp-sec-0bed25e1) select { font-family: inherit; } :where(.jp-sec-0bed25e1) { --background: 0 0% 100%; --foreground: 222.2 84% 4.9%; --card: 0 0% 100%; --card-foreground: 222.2 84% 4.9%; --popover: 0 0% 100%; --popover-foreground: 222.2 84% 4.9%; --primary: 220.4 39.2% 24.5%; --primary-foreground: 0 0% 100%; --secondary: 49.7 97.4% 45.9%; --secondary-foreground: 222.2 47.4% 11.2%; --muted: 210 40% 96.1%; --muted-foreground: 215.4 16.3% 46.9%; --accent: 203.6 97.9% 37.6%; --accent-foreground: 0 0% 100%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 210 40% 98%; --border: 214.3 31.8% 91.4%; --input: 214.3 31.8% 91.4%; --ring: 220.4 39.2% 24.5%; --radius: 0.75rem; --font-heading: 'Montserrat', system-ui, sans-serif; --font-body: 'Montserrat', system-ui, sans-serif; --brand-accent: #263657; --brand-accent-dark: #001031; --brand-accent-hsl: 220.4 39.2% 24.5%; --brand-accent-dark-hsl: 220.4 100.0% 9.6%; }
Scroll to Top