/*
 Theme Name:   Storefront Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Storefront Child Theme
 Author:       Stefan Johansson
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         shop
 Text Domain:  twentyfifteenchild
*/

/**
 * Parent theme styles are loaded automatically. So there is no need to use @import rule.
 * FONT ADDED
 */
@font-face {
    font-family: 'geomanist';
    src: url('fonts/geomanist-regular-webfont.eot');
    src: url('fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('fonts/geomanist-regular-webfont.woff') format('woff'),
         url('fonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('fonts/geomanist-regular-webfont.svg#geomanist') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'geomanist';
    src: url('fonts/geomanist-medium-webfont.eot');
    src: url('fonts/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-medium-webfont.woff2') format('woff2'),
         url('fonts/geomanist-medium-webfont.woff') format('woff'),
         url('fonts/geomanist-medium-webfont.ttf') format('truetype'),
         url('fonts/geomanist-medium-webfont.svg#geomanist') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'geomanist';
    src: url('fonts/geomanist-bold-webfont.eot');
    src: url('fonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-bold-webfont.woff2') format('woff2'),
         url('fonts/geomanist-bold-webfont.woff') format('woff'),
         url('fonts/geomanist-bold-webfont.ttf') format('truetype'),
         url('fonts/geomanist-bold-webfont.svg#geomanist') format('svg');
    font-weight: 600;
    font-style: normal;
}


.main-navigation a,
.entry-title.title-font, 
.page-title.title-font,
h1, h2, h3, h4, h5, h6,
body, button, input, select, textarea, body#tinymce
{
  font-family: "geomanist", Helvetica Neue, Arial, sans-serif !important; 
}

body, button, input, select, textarea, body#tinymce {
  font-weight: 400;
}

.main-navigation a {
  font-weight: 500;
}

button, input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
  border-radius: 25px;
  font-weight: 500;
  text-transform: uppercase;
  padding: .9em 1.6em .9em;
}