@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'Source Sans Pro',  sans-serif;
    min-height: 100%;
    position: relative;
    background-image: url('../images/index-background.svg');
}