@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

:root {
  --font-base: 'Roboto Slab', serif;
  --font-size: 1rem;
  --line-height: 1.5;
}


