@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
html {
	font-size: 18px;
}
body {
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
h1, h2, h3, h4, h5, h6, .fw-bold {
	font-weight: 300;
}
a, a:visited {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline;
}