
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Ubuntu",sans-serif;  --header-font-family: "Roboto Slab",serif;  --logo-max-width: 200px;  --primary: 26, 91%, 54%;  --primary-rgb: 26, 91%, 54%;  --primary-bg-hover-focus: 26, 91%, 49%;  --primary-bg-active: 26, 91%, 47%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 26, 91%, 40%;  --primary-light: 26, 91%, 74%;  --secondary: 0, 0%, 18%;  --secondary-rgb: 0, 0%, 18%;  --secondary-bg-hover-focus: 0, 0%, 13%;  --secondary-bg-active: 0, 0%, 8%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 0, 0%, -2%;  --secondary-light: 0, 0%, 38%;  --accent: 0, 0%, 18%;  --accent-rgb: 0, 0%, 18%;  --accent-bg-hover-focus: 0, 0%, 13%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --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%; } }  