/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;1,500&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;1,300&display=swap');
/* font-family: 'Open Sans', sans-serif; */


/* 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;
}
*/
