/*
Theme Name: Premium Tech
Author: OpenCode
Description: Premium Tech WordPress theme
Version: 1.0
*/

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.fill-1 {
  font-variation-settings: 'FILL' 1;
}

body {
  background-color: #111317;
  color: #f1f5f9;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #111317;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #212328;
  border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #6d13ec;
}

.circuit-overlay {
  background-image: radial-gradient(#6d13ec 0.5px, transparent 0.5px);
  background-size: 24px 24px;
  opacity: 0.1;
}

.menu-item a {
  text-decoration: none;
}

.menu-item {
  list-style: none;
}

.menu {
  display: flex;
  gap: 2rem;
}
