/* Custom Fonts */

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

@font-face {
    font-family: ExoBold;
    src: url('fonts/Exo-Bold.ttf');
}

@font-face {
    font-family: QuicksandRegular;
    src: url('fonts/Quicksand-Regular.otf');
}

@font-face {
    font-family: QuicksandBold;
    src: url('fonts/Quicksand-Bold.otf');
}

@font-face {
    font-family: SourceSansProRegular;
    src: url('fonts/SourceSansPro-Regular.otf');
}

@font-face {
    font-family: SourceSansProBold;
    src: url('fonts/SourceSansPro-Bold.otf');
}

@font-face {
    font-family: SourceSansProItalic
    src: url('fonts/SourceSansPro-It.otf');
}


/* Base HTML Elements */

body {
    font-family: SourceSansProRegular;
    font-size: 1em;
}

h1, h2, h3, h4 {
    font-family: ExoBold;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.9em;
}

h4 {
    font-size: 1.6em;
}

