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

.structural-grid {
  background-image: radial-gradient(circle, #e2e8f0 1px, transparent 1px);
  background-size: 40px 40px;
}

.form-input-focus:focus {
  border-color: #00081e;
  border-width: 2px;
  box-shadow: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
}

.bg-cover-center {
  background-size: cover;
  background-position: center;
}
