/**
 * @file
 * Styles for Newsplus Lite's typography.
 */

@font-face {
  font-family: 'Cako Regular';
  src: url('../fonts/cako/CakoRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT Sectra';
  src: url('../fonts/gtsectra/GT_Sectra_Book.woff2') format('woff2'),
       url('../fonts/gtsectra/GT_Sectra_Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
#site-name, .site-name, .site-branding__name,
#footer-site-name,
#site-slogan,
#footer-site-slogan {
  font-family: 'Cako Regular';
  color: #105044;
}

body,
input,
select,
textarea,
blockquote
{
  font-family: 'GT Sectra Book';
}*/


/*EREDETI
body,
input,
select,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
#site-name, .site-name, .site-branding__name,
#footer-site-name,
#site-slogan,
#footer-site-slogan {
  font-family: 'Roboto', Helvetica Neue, Arial, Sans-serif;
}*/
