 :host, :root {
	--font-sans: "Roboto",sans-serif;
	--font-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--color-amber-500: oklch(76.9% .188 70.08);
	--color-gray-100: oklch(96.7% .003 264.542);
	--color-neutral-200: oklch(92.2% 0 0);
	--color-neutral-400: oklch(70.8% 0 0);
	--color-black: #000;
	--color-white: #fff;
	--spacing: .25rem;
	--breakpoint-2xl: 75rem;
	--container-sm: 24rem;
	--container-md: 28rem;
	--text-xs: .75rem;
	--text-xs--line-height: 1.33333;
	--text-sm: .875rem;
	--text-sm--line-height: 1.42857;
	--text-base: 1rem;
	--text-base--line-height: 1.5;
	--text-lg: 1.125rem;
	--text-lg--line-height: 1.55556;
	--text-xl: 1.25rem;
	--text-xl--line-height: 1.4;
	--text-2xl: 1.5rem;
	--text-2xl--line-height: 1.33333;
	--text-3xl: 1.75rem;
	--text-3xl--line-height: 1.5;
	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--leading-tight: 1.25;
	--leading-normal: 1.5;
	--radius-lg: .5rem;
	--ease-in: cubic-bezier(.4,0,1,1);
	--ease-out: cubic-bezier(0,0,.2,1);
	--ease-in-out: cubic-bezier(.4,0,.2,1);
	--animate-pulse: pulse 2s cubic-bezier(.4,0,.6,1)infinite;
	--blur-sm: 8px;
	--blur-md: 12px;
	--default-transition-duration: .15s;
	--default-transition-timing-function: cubic-bezier(.4,0,.2,1);
	--default-font-family: var(--font-sans);
	--default-mono-font-family: var(--font-mono);
	--color-ur-primary: #b7a088;
	--color-ur-link: #2a72ee;
	--color-ur-orange: #ff5a00;
	--color-ur-orange-three: #ff803b;
	--color-ur-neutral: #b8a8984d;
	--color-ur-neutral-50: #b8a89880;
	--color-ur-gray: #c3c3c3;
	--color-ur-gray-200: #a5a5a5;
	--color-ur-dark: #353c41;
	--color-ur-whatsapp: #25d366;
	--color-ur-telegram: #23aaea;
	--color-ur-line: var(--color-ur-neutral);
	--color-ur-form-primary: var(--color-ur-neutral);
	--color-ur-table: var(--color-ur-neutral);
	--color-ur-table-line: var(--color-ur-neutral-50);
	--color-ur-success: #43b02a;
	--color-ur-error: #f11b1b;
	--color-ur-btn-hover: #b8a898;
	--color-ur-social-neutral: var(--color-ur-gray-200);
	--color-ur-case: #f4f4f4;
	--header-height: 70px;
	--table-text-align: center;
	--table-text-transform: none;
	--services-grid-gap: 30px;
	--services-grid-gap-mini: 20px;
}