/*
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 */

/* Figtree Normal */

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-Black.ttf');
  font-weight: 900;
  font-style: normal;
}



/* Figtree Italic */

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-ExtraBoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Figtree-BlackItalic.ttf');
  font-weight: 900;
  font-style: italic;
}