/* GFS Custom Styles */
body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}
h1 {
    font-family: 'Merriweather', sans-serif;
    color: #a41d38;
}
h2 {
    font-family: 'Merriweather', sans-serif;
    color: #a41d38;
}
h3 {
    font-family: 'Merriweather', sans-serif;
    color: #a41d38;
}
h4 {
    font-family: 'Merriweather', sans-serif;
    color: #a41d38;
}
h5 {
    font-family: 'Merriweather', sans-serif;
    color: #a41d38;
}
h6 {
    font-family: 'Merriweather', sans-serif;
    color: #a41d38;
}
a {
    color: #a41d38;
}
a:hover, a:focus {
    color: #540016;
}
