@layer utilities {

	:root, :host {
		--color-theme-background:#ffffff; --color-theme-text:#3c679f; --color-theme-link:#3c679f; --color-theme-accent:#3c679f; --color-theme-accent-secondary:#3c679f;
		--input-link:#202b53; --input-accent:#202b53; --input-accent-secondary:#202b53;
		--input-border-radius: 0.5rem;
		--input-border-width: medium.("0.0625em", "0.125em", "0.25em", "0");
}

.theme-febrisan-light-blue-link {
--color-theme-background:#ffffff; --color-theme-text:#3c679f; --color-theme-link:#3c679f; --color-theme-accent:#3c679f; --color-theme-accent-secondary:#3c679f;		}
.input-theme-febrisan-light-blue-link {
--color-theme-background:#ffffff; --color-theme-text:#3c679f; --color-theme-link:#3c679f; --color-theme-accent:#3c679f; --color-theme-accent-secondary:#3c679f;		}
.theme-febrisan-light-blue-background {
--color-theme-background:#3c679f; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.input-theme-febrisan-light-blue-background {
--color-theme-background:#3c679f; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.theme-febrisan-dark-blue-link {
--color-theme-link:#202b53; --color-theme-accent:#202b53; --color-theme-accent-secondary:#202b53;		}
.input-theme-febrisan-dark-blue-link {
--color-theme-link:#202b53; --color-theme-accent:#202b53; --color-theme-accent-secondary:#202b53;		}
.theme-light-blue {
--color-theme-background:#3c679f; --color-theme-text:#f6f6f6; --color-theme-link:#f6f6f6; --color-theme-accent:#f6f6f6; --color-theme-accent-secondary:#f6f6f6;		}
.input-theme-light-blue {
--color-theme-background:#3c679f; --color-theme-text:#f6f6f6; --color-theme-link:#f6f6f6; --color-theme-accent:#f6f6f6; --color-theme-accent-secondary:#f6f6f6;		}
.theme-febrisan-red-background {
--color-theme-background:#d71920; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.input-theme-febrisan-red-background {
--color-theme-background:#d71920; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.theme-red {
--color-theme-background:#d71920; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.input-theme-red {
--color-theme-background:#d71920; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.theme-febrisan-red-link {
--color-theme-link:#d71920; --color-theme-accent:#d71920; --color-theme-accent-secondary:#d71920;		}
.input-theme-febrisan-red-link {
--color-theme-link:#d71920; --color-theme-accent:#d71920; --color-theme-accent-secondary:#d71920;		}
.theme-white {
--color-theme-background:#ffffff; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.input-theme-white {
--color-theme-background:#ffffff; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.theme-black {
--color-theme-background:#000000; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.input-theme-black {
--color-theme-background:#000000; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#ffffff; --color-theme-accent-secondary:#ffffff;		}
.theme-product {
--color-theme-background:#3c679f; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#3c679f; --color-theme-accent-secondary:#ffffff;		}
.input-theme-product {
--color-theme-background:#3c679f; --color-theme-text:#ffffff; --color-theme-link:#ffffff; --color-theme-accent:#3c679f; --color-theme-accent-secondary:#ffffff;		}
.btn-theme-standard-button {
--button-bg:#3c679f; --button-text:#ffffff; --button-border:#3c679f; --button-bg-hover:#ffffff; --button-text-hover:#ffffff;			}
}

@layer custom-css {
	
}
