@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'AveriaLibre Bold';
    font-style: normal;
  font-weight: 900;
	src: url('AveriaLibre-Bold.ttf') format('truetype');
}

h1,h2,h3, h4 {
    font-family: 'AveriaLibre Bold', sans-serif;
}
h1, h2, h3, h4 {
    margin-bottom: 33px;
}
h1 {
    font-size: 3rem;
}