/*Google Fonts API*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,600;1,400&display=swap" rel="stylesheet');
/*font-family: 'Lora', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap" rel="stylesheet');
/*font-family: 'Handlee', cursive;*/

/*Smooth scrolling throug links*/
html {
    scroll-behavior: smooth;
  }