<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
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: 'Monopol';
  src: url('fonts/FtMonopol-1.05-300-Light.woff2') format('woff2'), url('webFonts/FtMonopol-1.05-300-Light.woff') format('woff');
     font-weight: 300;
   font-style: Normal;
}

@font-face {
  font-family: 'Monopol';
  src: url('fonts/FtMonopol-1.05-400-Regular.woff2') format('woff2'), url('fonts/FtMonopol-1.05-400-Regular.woff') format('woff');
     font-weight: 400;
   font-style: Normal;
}

@font-face {
  font-family: 'Monopol';
  src: url('fonts/FtMonopol-1.05-700-Bold.woff2') format('woff2'), url('fonts/FtMonopol-1.05-700-Bold.woff') format('woff');
     font-weight: 700;
   font-style: Normal;
}</pre></body></html>