@tailwind base;@layer base{button,input,select,textarea{@apply appearance-none bg-transparent border-0 outline-none;}}@tailwind components;@tailwind utilities;@layer components{.all-\[unset\]{all:unset}}:root{--h-1-font-family: "Inter", Helvetica;--h-1-font-size: 36px;--h-1-font-style: normal;--h-1-font-weight: 700;--h-1-letter-spacing: 0px;--h-1-line-height: 133.00000429153442%;--h-3-font-family: "Inter", Helvetica;--h-3-font-size: 24px;--h-3-font-style: normal;--h-3-font-weight: 600;--h-3-letter-spacing: 0px;--h-3-line-height: 150%;--inter-regular-font-family: "Inter", Helvetica;--inter-regular-font-size: 13.068750381469727px;--inter-regular-font-style: normal;--inter-regular-font-weight: 400;--inter-regular-letter-spacing: 0px;--inter-regular-line-height: normal;--primary-text: rgba(12, 20, 33, 1);--secondary-text: rgba(49, 57, 87, 1);--semantic-button-font-family: "Inter", Helvetica;--semantic-button-font-size: 15.125px;--semantic-button-font-style: normal;--semantic-button-font-weight: 400;--semantic-button-letter-spacing: 0px;--semantic-button-line-height: normal;--semantic-heading-1-font-family: "Inter", Helvetica;--semantic-heading-1-font-size: 92.0625px;--semantic-heading-1-font-style: normal;--semantic-heading-1-font-weight: 700;--semantic-heading-1-letter-spacing: 0px;--semantic-heading-1-line-height: normal;--semantic-input-font-family: "Inter", Helvetica;--semantic-input-font-size: 12.88437557220459px;--semantic-input-font-style: normal;--semantic-input-font-weight: 400;--semantic-input-letter-spacing: 0px;--semantic-input-line-height: normal;--semantic-label-font-family: "Inter", Helvetica;--semantic-label-font-size: 13.837499618530273px;--semantic-label-font-style: normal;--semantic-label-font-weight: 400;--semantic-label-letter-spacing: 0px;--semantic-label-line-height: normal;--semantic-link-font-family: "Inter", Helvetica;--semantic-link-font-size: 17.05000114440918px;--semantic-link-font-style: normal;--semantic-link-font-weight: 400;--semantic-link-letter-spacing: 0px;--semantic-link-line-height: normal;--table-cell-content-font-family: "Inter", Helvetica;--table-cell-content-font-size: 14px;--table-cell-content-font-style: normal;--table-cell-content-font-weight: 400;--table-cell-content-letter-spacing: 0px;--table-cell-content-line-height: 20px;--table-header-font-family: "Inter", Helvetica;--table-header-font-size: 14px;--table-header-font-style: normal;--table-header-font-weight: 500;--table-header-letter-spacing: .17000000178813934px;--table-header-line-height: 141.99999570846558%}:root{--animate-spin: spin 1s linear infinite}.animate-fade-in{animation:fade-in 1s var(--animation-delay, 0s) ease forwards}.animate-fade-up{animation:fade-up 1s var(--animation-delay, 0s) ease forwards}.animate-marquee{animation:marquee var(--duration) infinite linear}.animate-marquee-vertical{animation:marquee-vertical var(--duration) linear infinite}.animate-shimmer{animation:shimmer 8s infinite}.animate-spin{animation:var(--animate-spin)}@keyframes spin{to{transform:rotate(1turn)}}@keyframes image-glow{0%{opacity:0;animation-timing-function:cubic-bezier(.74,.25,.76,1)}10%{opacity:.7;animation-timing-function:cubic-bezier(.12,.01,.08,.99)}to{opacity:.4}}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes shimmer{0%,90%,to{background-position:calc(-100% - var(--shimmer-width)) 0}30%,60%{background-position:calc(100% + var(--shimmer-width)) 0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@keyframes marquee-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(-100% - var(--gap)))}}
