/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
@font-face {
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playball-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playball-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playball-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playball-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playball-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playball-v16-latin-regular.svg#Playball') format('svg'); /* Legacy iOS */
}
{
  position: relative;
  height: 42px;
  font-family: 'Playball', Georgia, "Times New Roman", Times, Serif;
  font-size: 22px;
  margin:0;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  line-height: 42px;
}
  {
  font-family: 'Playball', Georgia, "Times New Roman", Times, Serif;
  font-size: 22px;
}

h2.site-head, h2.site-head a, .mmaintitle, .big-header, .admin-banner h1, .top-rounded-headline h1 {
  font-family: 'Playball', Georgia, "Times New Roman", Times, Serif;
}