/* @import url('http://example.com/example_style.css'); */
/*
@font-face { 
  font-family: 'nominee'; 
  src: url('./fonts/nominee/WEB/nominee-bold-webfont.woff2') format('woff2'), 
    url('./fonts/nominee/WEB/nominee-bold-webfont.woff') format('woff'),
} 

@font-face { 
  font-family: 'Greycliff CF Medium'; 
  src: url('./fonts/greycliffcf/WEB/greycliffcf-medium-webfont.woff2') format('woff2'), 
    url('./fonts/greycliffcf/WEB/greycliffcf-medium-webfont.woff') format('woff'),
    url('./fonts/greycliffcf/TTF/greycliffcf-medium.ttf') format('truetype'),
    url('./fonts/greycliffcf/EOT/greycliffcf-medium.eot') format('eot');
}
*/
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
h1, h2, h3, h4, h5 {
  font-family: 'nominee'
}

body, p {
  font-family: 'Greycliff CF Medium'
}

button:hover {
    font-family: 'Greycliff CF Medium'

/* Logo */

.header__logo {
  max-width: 400px;
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/