/*
 Theme Name:   Custom Theme
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Tema para concursos
 Author:       the WordPress team
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain: custom-theme
 Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');

body, h1, h2, h3, h4, h5, h6, p, ul, li, a, span, input, select 
{
	font-family: 'Work Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 400;
}

h2, h3, h5, h6
{
	color: #007782;
}

h4
{
	color: #A09262 !important;
}

