/*
 Theme Name:   YOOtheme Omateema
 Template:     yootheme
 Author:       Janne Katajamaki
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-omateema
*/

/* Proxima Nova Black*/
@font-face {
  font-family: 'Proxima_Nova_Black';
  src: url('/wp-content/themes/yootheme-omateema/fonts/Proxima_Nova_Black.woff2') format('woff2'),
       url('/wp-content/themes/yootheme-omateema/fonts/Proxima_Nova_Black.woff') format('woff'),
       url('/wp-content/themes/yootheme-omateema/fonts/Proxima_Nova_Black.ttf') format('truetype');
}

/* Proxima Nova Regular*/
@font-face {
  font-family: 'Proxima_Nova_Regular';
  src: url('/wp-content/themes/yootheme-omateema/fonts/Proxima_Nova_Regular.woff2') format('woff2'),
       url('/wp-content/themes/yootheme-omateema/fonts/Proxima_Nova_Regular.woff') format('woff'),
       url('/wp-content/themes/yootheme-omateema/fonts/Proxima_Nova_Regular.ttf') format('truetype');
}