@font-face {
    font-family: HeaderFont;
    src: url('../../media/fonts/X\ Company\ Regular.otf');
}

.page h1 {
    font-family: 'HeaderFont';
    font-size: 5em;
}

.content {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5em;
}
