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

body {
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
}
.material-symbols-outlined {
  color: #138aec
}

.logoBranding {
  position: fixed;
  font-size: 10px;
  margin-left: 87px;
  margin-top: 32px;
  font-weight: 800;
}