/*
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: 'STIX Two Text';
  src: url('fonts/STIXTwoText-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
}

@font-face
{
  font-family: 'STIX Two Text';
  src: url('fonts/STIXTwoText-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
}

@font-face
{
  font-family: 'Common Serif';
  src: url('fonts/CommonSerif-VF.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
}

@font-face
{
  font-family: 'Common Serif';
  src: url('fonts/CommonSerif-Italic-VF.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
}


@font-face
{
  font-family: 'Sentient';
  src: url('fonts/Sentient-Regular.otf') format('opentype');
  font-weight: 200 700;
  font-style: normal;
}

@font-face
{
  font-family: 'Sentient';
  src: url('fonts/Sentient-Medium.otf') format('opentype');
  font-weight: bolder;
  font-style: normal;
}


@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face
{
  font-family: 'SourceSerifPro';
  src: url('fonts/SourceSerifPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}


@font-face
{
	font-family: 'Source Serif';
	src: url('fonts/SourceSerif4Variable-Roman.ttf') format('truetype');
	font-weight: 200 900;
	font-style: normal;
}

@font-face
{
	font-family: 'Source Serif';
	src: url('fonts/SourceSerif4Variable-Italic.ttf') format('truetype');
	font-weight: 200 900;
	font-style: italic;
}


@font-face
{
  font-family: 'Libertinus Serif';
  src: url('fonts/LibertinusSerif-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Libertinus Serif';
  src: url('fonts/LibertinusSerif-Semibold.otf') format('opentype');
  font-weight: bolder;
  font-style: normal;
}

@font-face
{
  font-family: 'Libertinus Serif';
  src: url('fonts/LibertinusSerif-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face
{
  font-family: 'Libertinus Serif';
  src: url('fonts/LibertinusSerif-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face
{
  font-family: 'Libertinus Serif';
  src: url('fonts/LibertinusSerif-SemiboldItalic.otf') format('opentype');
  font-weight: bolder;
  font-style: italic;
}

@font-face
{
  font-family: 'Libertinus Serif';
  src: url('fonts/LibertinusSerif-BoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}


@font-face
{
  font-family: 'Aleo';
  src: url('fonts/Aleo-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
}