@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed|PT+Sans+Narrow|Share+Tech+Mono');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto+Mono:wght@500&display=swap');
body
{
	background-color: var(--bg);
	color: var(--one);
	font-family: 'Barlow Semi Condensed', sans-serif;
}
a
{
	text-decoration: none;
	color: var(--one);
}
:root {
  --one: #A00;
  --two: #1A426A;
  --three: #141C17;
  --four: #51534d;
  --bg: #FCFEFD;
}
body {
	font-family: 'PT Sans Narrow', sans-serif;
}
#title-left
{
	float: left;
}
#title-right
{
	float: right;
	font-size: 150%;
	text-align: right;
}
.foreignqth
{
	color: var(--three);
}
.foreignqth a
{
	text-decoration: none;
	color: var(--three);
}
.homeqth
{

}
.mobileqth
{

}
