/*
  Theme Name:   Custom Theme
  Theme URI:    http://wordpress.co.uk/twentyseventeen-child/
  Description:  Bespoke Web Theme
  Author:       Custom Design
  Author URI:   http://www.wordpress.co.uk
  Template:     twentyseventeen
  Version:      1.0.0
  Text Domain:  twentyseventeen-child
 */
 /* Theme customization starts here
 -------------------------------------------------------------- */
 
 /* import default parent styles */
/*@import url("../twentyseventeen/style.css");*/
 
/* NOTE - before you start coding anything, you might want to search/replace the original branding colour  #26242a with whatever the clients main branding colour is*/ 


@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.eot');
    src: url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.woff2') format('woff2'),
        url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.woff') format('woff'),
        url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
} 