body {
  background-color: #f8f9ff;
  color: #0b1c30;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::selection {
  background-color: rgba(70, 72, 212, 0.3);
  color: #132139;
}

h1,
h2,
h3,
h4 {
  font-family: Manrope, sans-serif;
  letter-spacing: -0.025em;
}

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

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