@font-face
	{
		font-display:swap;
		font-family:"SourceSerif";
		font-style:normal;
		font-weight:normal;
		src: url("/SourceSerif4_18pt-Regular.ttf");
	}

@font-face
	{
		font-display:swap;
		font-family:"SourceSerif";
		font-style:normal;
		font-weight:bold;
		src: url("/SourceSerif4_36pt-Bold.ttf");
	}

html
	{
		overflow-x:hidden;
	}

body::-webkit-scrollbar
	{
		display:none;
	}

body
	{
		background-color:white;
		width:100vw;
		margin:0;
		padding:0;
		font-family:"SourceSerif", serif;
		font-size:18px;
		line-height:200%;
		hyphens:auto;
	}

a, a:visited, a:active
	{
		color:black;
		text-decoration:none;
		transition:color 1s;
	}

a:hover
	{
		color:rgb(98, 119, 163);
	}
