@tailwind base;@tailwind components;@tailwind utilities;:root{--custom-font:"Roboto";--primary-color:#05887d;--secondary-color:#8d4aa5}html{scroll-behavior:smooth}.font-sans{font-family:var(--custom-font),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.bg-primary{background-color:var(--primary-color)}.text-primary{color:var(--primary-color)}.bg-secondary{background-color:var(--secondary-color)}.text-secondary{color:var(--secondary-color)}.border-primary{--tw-border-opacity:1;border-color:var(--primary-color)}.dot-pattern-bg{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.07' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E")}[dir=rtl] .rtl\:flip{transform:rotateY(180deg)}
