@font-face {
	font-family: 'Transducer';
	src: url("../fonts/transducer-black.otf") format('opentype');
}

@font-face {
	font-family: 'Conduit ITC Light';
	font-style: normal;
	src: url("../fonts/conduit-itc-light.otf") format('opentype');
}

@font-face {
	font-family: 'Conduit ITC Light';
	font-style: italic;
	src: url("../fonts/conduit_itc_light_italic.otf") format('opentype');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.flex-container {
	border: solid 10px black;
	display: flex;
	min-height: 100vh;
}

.flex-container div {
	flex: 1 1 0;
}

.flex-container .right {
	background-color: white;
	color: black;
}

.logo {
	font-family: 'Transducer', sans-serif;
}

.baseline {
	padding-left: 60px;
	font-family: 'Conduit ITC Light', monospace;
	font-style: italic;	
}

.divider {
	padding-left: 60px;	
	font-family: monospace;
	font-style: oblique;
	font-weight: 900;
}

.info {
	padding-left: 60px;
	font-family: 'Conduit ITC Light', monospace;
}