@font-face{
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf');
}

@font-face{
  font-family: 'FiraCode';
  src: url('../fonts/FiraCode-Regular.ttf');
}

body {
  font-family: 'Poppins';
  color: white;
}

h1, h2, h3 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}

p, li {
	font-size: 28px;
	margin: 10px;
  margin-top: 0px;
}

img {
  margin: 0px 10px 0px 10px;
}

a {
  color: white;
}

.remark-code, .remark-inline-code {
  font-family: 'FiraCode';
}

.small * {
  font-size: small !important;
}

.note {
	font-size: 22px;
	color: lightblue;
}

.bold {
  font-weight: bold;
}