
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Montserrat",sans-serif;  --header-font-family: "Bungee",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 232, 54%, 37%;  --primary-rgb: 232, 54%, 37%;  --primary-bg-hover-focus: 232, 54%, 32%;  --primary-bg-active: 232, 54%, 30%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 232, 54%, 23%;  --primary-light: 232, 54%, 57%;  --secondary: 85, 54%, 51%;  --secondary-rgb: 85, 54%, 51%;  --secondary-bg-hover-focus: 85, 54%, 46%;  --secondary-bg-active: 85, 54%, 41%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 85, 54%, 31%;  --secondary-light: 85, 54%, 71%;  --accent: 234, 62%, 79%;  --accent-rgb: 234, 62%, 79%;  --accent-bg-hover-focus: 234, 62%, 74%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 93%;  --shade-rgb: 0, 0%, 93%;  --shade-bg-hover-focus: 0, 0%, 88%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 232, 54%, 37%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 232, 54%, 32%;  --accentbar-height:5px;  --accentbar-color:hsl(var(--secondary));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .card__actions { margin-top: 0 !important; }  .match-height2.card__body { align-items: center; flex-direction: row; }  .card__gap { flex-grow: 1; }  .card__actions .level { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }  .card__actions .button { width: 100%; max-width: 250px; text-align: center; }  @media (max-width: 768px) { .card__actions .button {  max-width: 100%; } }  