/*
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: 'Annie Use Your Telescope';
    src: url('AnnieUseYourTelescope-Regular.eot');
    src: url('AnnieUseYourTelescope-Regular.eot?#iefix') format('embedded-opentype'),
        url('AnnieUseYourTelescope-Regular.woff2') format('woff2'),
        url('AnnieUseYourTelescope-Regular.woff') format('woff'),
        url('AnnieUseYourTelescope-Regular.ttf') format('truetype'),
        url('AnnieUseYourTelescope-Regular.svg#AnnieUseYourTelescope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


