.content {
    font-family: 'Roboto', sans-serif;
  }

/* .hx-max-w-6xl {
  max-width: none !important;
}
 */
 
  /* Цвет ссылок */
a {
    color: #1890FF;
    text-decoration: none; /* Убираем подчеркивание, если нужно */
  }
  
  a:hover,
  a:focus {
    color: #1890FF;
    text-decoration: underline; /* Добавляем подчеркивание при наведении */
  }
  
  /* Цвет выделения */
  mark {
    background-color: #E6F7FF;
    color: #000; /* Можно изменить цвет текста, если нужно */
  }

:root {
  --primary-hue: 210deg;
  --primary-saturation: 100%;
  --primary-lightness: 50%;
}
