@layer utilities {

	:root, :host {
		--color-theme-background:#ffffff; --color-theme-text:#0b1d40; --color-theme-link:#004295; --color-theme-accent:#004295; --color-theme-accent-secondary:#dcdcdc;
		--input-background:#ffffff; --input-text:#0b1d40; --input-link:#004295; --input-accent:#004295; --input-accent-secondary:#dcdcdc;
		--input-border-radius: 0.5rem;
		--input-border-width: small.("0.0625em", "0.125em", "0.25em", "0");
}

.theme-base {
--color-theme-background:#ffffff; --color-theme-text:#0b1d40; --color-theme-link:#004295; --color-theme-accent:#004295; --color-theme-accent-secondary:#dcdcdc;		}
.input-theme-base {
--color-theme-background:#ffffff; --color-theme-text:#0b1d40; --color-theme-link:#004295; --color-theme-accent:#004295; --color-theme-accent-secondary:#dcdcdc;		}
.theme-base-2 {
--color-theme-background:#d9d9d9; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#004295; --color-theme-accent-secondary:#004295;		}
.input-theme-base-2 {
--color-theme-background:#d9d9d9; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#004295; --color-theme-accent-secondary:#004295;		}
.theme-focus {
--color-theme-background:#edf2fb; --color-theme-text:#0b1d40; --color-theme-link:#004295; --color-theme-accent:#004295; --color-theme-accent-secondary:#004295;		}
.input-theme-focus {
--color-theme-background:#edf2fb; --color-theme-text:#0b1d40; --color-theme-link:#004295; --color-theme-accent:#004295; --color-theme-accent-secondary:#004295;		}
.theme-focus-2 {
--color-theme-background:#fbfbfb; --color-theme-text:#004295; --color-theme-link:#004295; --color-theme-accent:#004295; --color-theme-accent-secondary:#004295;		}
.input-theme-focus-2 {
--color-theme-background:#fbfbfb; --color-theme-text:#004295; --color-theme-link:#004295; --color-theme-accent:#004295; --color-theme-accent-secondary:#004295;		}
.theme-hero {
--color-theme-background:#cccccc; --color-theme-text:#164397; --color-theme-link:#164397; --color-theme-accent:#164397; --color-theme-accent-secondary:#164397;		}
.input-theme-hero {
--color-theme-background:#cccccc; --color-theme-text:#164397; --color-theme-link:#164397; --color-theme-accent:#164397; --color-theme-accent-secondary:#164397;		}
.theme-focus-white-background {
--color-theme-text:#4947d6; --color-theme-link:#58a5fc; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#4947d6;		}
.input-theme-focus-white-background {
--color-theme-text:#4947d6; --color-theme-link:#58a5fc; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#4947d6;		}
.theme-red-and-black {
--color-theme-background:#913838; --color-theme-text:#000000; --color-theme-link:#988d8d; --color-theme-accent:#bf1616; --color-theme-accent-secondary:#c11919;		}
.input-theme-red-and-black {
--color-theme-background:#913838; --color-theme-text:#000000; --color-theme-link:#988d8d; --color-theme-accent:#bf1616; --color-theme-accent-secondary:#c11919;		}
.btn-theme-button-test {
--button-bg:#0dc8cd; --button-text:#000000; --button-border:#00888b; --button-bg-hover:#0b9b9e; --button-text-hover:#000000;			}
}

@layer custom-css {
	body > div.theme-base > header > div.w-auo.flex.h-8.shrink-0.items-center.xl\:h-10 > a > span {
    color:red;
    font-weight:bold;
}
}
