/*
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: "Platelet";
    src: url("https://www.kemys.com/wp-content/themes/WP-ocean_child/font/Platelet.ttf" ) format("truetype") ;
  }

  @font-face {
    font-family: "PlateletBold";
    src: url("https://www.kemys.com/wp-content/themes/WP-ocean_child/font/PlateletBold.ttf" ) format("truetype") ;
  }


.PlateletBold {
    font-family: "PlateletBold" !important;
}
.platelet h1{
    font-family: "Platelet" !important;
}

  @font-face {
    font-family: "FuturaLight";
    src: url("https://www.kemys.com/wp-content/themes/WP-ocean_child/font/Futura-Light.ttf" ) format("truetype")  ;
  }

  p, span, h1, h2, h3, h4, h5, a {
    font-family: "FuturaLight" !important;
  }