/*
Theme Name: Palette Theme
Theme URI: https://oceanwp.org/
Description: A child theme for Your Website.
Author: Palette
Author URI: https://palette-webdesign.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
  font-family: 'Futura';
  src: url('fonts/FuturaCyrillicBook.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('fonts/FuturaCyrillicLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('fonts/FuturaCyrillicBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

