* {
  font-family: Arial, Helvetica, sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

:root {
  --heading-color: #161b1d;
  --text-color: #2d3438;
  --font-size: 1.25rem;
  --margin-block-end: 3rem;
}
