.elementor-900 .elementor-element.elementor-element-4dbb870{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-900 .elementor-element.elementor-element-62450a5{--display:flex;}@media(min-width:768px){.elementor-900 .elementor-element.elementor-element-4dbb870{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-c33d9a6 */@tailwind base;
@tailwind components;
@tailwind utilities;

/* Cores */
:root {
  --color-primary: #83B5D2;
  --color-secondary: #45AB53;
  --color-text: #05001d;
}

h1 {
  @apply text-3xl md:text-5xl font-bold text-[var(--color-text)] leading-tight;
}
h2 {
  @apply text-2xl md:text-4xl font-semibold text-[var(--color-text)] leading-snug;
}
h3 {
  @apply text-xl md:text-2xl font-semibold text-[var(--color-text)];
}
h4 {
  @apply text-lg md:text-xl font-medium text-[var(--color-text)];
}
p {
  @apply text-base md:text-lg text-[var(--color-text)] leading-relaxed;
}/* End custom CSS */