/*
Theme Name: PL&C
Description: Custom child theme for PL&C based on Jump Start 2
Author: EOB Consulting Inc.
Template: jumpstart
*/

/* Your custom CSS here */


@font-face {
  font-family: 'sinzano';
  src: url('/wp-content/themes/jumpstart-child/font/sinzano.otf'); format('embedded-opentype');
  
}
@font-face {
  font-family: 'Ahmet Altun';
  src: url('/wp-content/themes/jumpstart-child/font/Ahmet Altun - Harman-Extras1.otf'); format('embedded-opentype');
  
}
@font-face {
  font-family: 'AkzidenzGroteskBE-Cn';
  src: url('/wp-content/themes/jumpstart-child/font/AkzidenzGroteskBE-Cn.otf'); format('embedded-opentype');
  
}
@font-face {
  font-family: 'Quicksand_Book_Oblique';
  src: url('/wp-content/themes/jumpstart-child/font/Quicksand_Book_Oblique.otf'); format('embedded-opentype');
  
}
@font-face {
  font-family: 'Quicksand_Book';
  src: url('/wp-content/themes/jumpstart-child/font/Quicksand_Book.otf'); format('embedded-opentype');
  
}
body{
  font-family: 'AkzidenzGroteskBE-Cn' !important;
}
h1,h2,h3{
  font-family: 'sinzano' !important;
  color:#98242b;
}