@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lustria&display=swap');
/* bootstrap base class */
/* to prevent that bootstrap base classes causing a leap when loading fonts */
/* -> html and body classes must be removed from bootstrap.css! */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	font-size: 16px;
}

body {
	margin: 0;
   font-family: "Roboto", Helvetica, Arial, sans-serif;
   font-size: 16px;	
   text-align: inherit;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
}
