/* when clicking a nav, place content 50 down so the navbar doesnt block the title */
section{scroll-margin-top: 50px;}

/* set body position to relative for scrollspy */
body {
  position: relative;
}


/* import azeret mono */
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap');


.azeret-mono-400 {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* change bootstrap variables */
:root {
  --bs-body-font-family: 'Roboto', sans-serif; /* Your custom font with fallbacks */
}

