body {
    font-family: var(--font-primary);
}

html {
  scroll-behavior: smooth;
}


/* debug 
* {
  outline: 1px solid red;
}

*/