
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Inter",sans-serif;  --header-font-family: "Heebo", sans-serif;  --logo-max-width: 300px;  --primary: 215, 48%, 24%;  --primary-rgb: 215, 48%, 24%;  --primary-bg-hover-focus: 215, 48%, 19%;  --primary-bg-active: 215, 48%, 17%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 215, 48%, 10%;  --primary-light: 215, 48%, 44%;  --secondary: 177, 72%, 43%;  --secondary-rgb: 177, 72%, 43%;  --secondary-bg-hover-focus: 177, 72%, 38%;  --secondary-bg-active: 177, 72%, 33%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 177, 72%, 23%;  --secondary-light: 177, 72%, 63%;  --accent: 35, 48%, 24%;  --accent-rgb: 35, 48%, 24%;  --accent-bg-hover-focus: 35, 48%, 19%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 211, 20%, 79%;  --shade-rgb: 211, 20%, 79%;  --shade-bg-hover-focus: 211, 20%, 74%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 214, 49%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 214, 49%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .card_link_block:hover .card__screen { background-color: hsla(var(--secondary-rgb), .8) !important; }  @media (max-width: 759px) { .card_link_block .card__screen {  background-color: hsla(var(--secondary-rgb), .8) !important; } }  