/*
Theme Name: MedTech Child Theme
Template: wp-theme-sigma
Text Domain: sigmaigaming
Domain Path: /languages
*/

.bg-gray-300 {
  background-color: var(--wp--preset--color--gray-300) !important;
}
.bg-brand-900 {
  background-color: var(--wp--preset--color--brand-900) !important;
}
.bg-brand-950 {
  background-color: var(--wp--preset--color--brand-950) !important;
}
.text-brand-900 {
  color: var(--wp--preset--color--brand-900) !important;
}
.text-brand-950 {
  color: var(--wp--preset--color--brand-950) !important;
}
.border-brand-900 {
  border-color: var(--wp--preset--color--brand-900) !important;
}
#newsletter_form iframe {
  height: auto !important;
}
a:where(:not(.wp-element-button)){
	text-decoration:none !important; 
}