﻿@charset "UTF-8";

body {
	font-family: "Noto Sans", Roboto, sans-serif;
	hyphens: auto;
}

h1 {
	margin-bottom: 0.5em;
}

ul {
	list-style-type: "☞ ";
	padding-left: 2em;
	font-size: 1.5em;
	margin-bottom: 1em;
}

li {
	margin-bottom: 0.3em;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

i {
	hyphens: manual;
}