/*
 Theme Name:   GeneratePress Child - Simone Oberholzer
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Add local fonts */
/* noto-sans-regular - latin */
@font-face {
  font-family: 'RockhillSans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/RockhillSans-Rough.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/RockhillSans-Rough.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/RockhillSans-Rough.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/RockhillSans-Rough.woff') format('woff'), /* Modern Browsers */
       url('./fonts/RockhillSans-Rough.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/RockhillSans-Rough.svg#RockhillSans') format('svg'); /* Legacy iOS */
}

/* proxima-nova-regular */
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/proxima-nova-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/proxima-nova-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/proxima-nova-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/proxima-nova-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/proxima-nova-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/proxima-nova-regular.svg#ProximaNova') format('svg'); /* Legacy iOS */
}

/* rockhill-sans-rough-bold */
@font-face {
  font-family: 'Rockhill Sans Rough';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/rockhill-sans-rough-bold.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/rockhill-sans-rough-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/rockhill-sans-rough-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/rockhill-sans-rough-bold.woff') format('woff'), /* Modern Browsers */
       url('./fonts/rockhill-sans-rough-bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/rockhill-sans-rough-bold.svg#RockhillSansRough') format('svg'); /* Legacy iOS */
}

/* proxima-nova-bold */
@font-face {
  font-family: 'Proxima Nova Bold';
  font-style: bold;
  font-weight: 700;
  src: url('./fonts/proxima-nova-bold.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/proxima-nova-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/proxima-nova-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/proxima-nova-bold.woff') format('woff'), /* Modern Browsers */
       url('./fonts/proxima-nova-bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/proxima-nova-bold.svg#ProximaNovaBold') format('svg'); /* Legacy iOS */
}