/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
  font-family: "OCRA";
  src: url('https://g2robotics.de/wp-content/themes/oceanwp-child-theme-master/fonts/OCRA-Mac.ttf') format("truetype");
}



.site-title{
   font-family: 'OCRA', sans-serif;
   font-weight: 300;
   color:#c13126
}

.page-header-title{
   font-family: 'OCRA', sans-serif;
   font-weight: 300;
   color:#c13126;
   text-align: center;
}

h1 {
   font-family: 'OCRA', sans-serif;
   font-weight: 300;
   color:#c13126;
}

h2 {
   font-family: 'OCRA', sans-serif;
   font-weight: 300;
   color:#DEE7EB;
}
