/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


@font-face {
    font-family: 'cera_problack_italic';
    src: url('font/cera_pro_black_italic-webfont.woff2') format('woff2'),
         url('font/cera_pro_black_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_problack';
    src: url('font/cera_pro_black-webfont.woff2') format('woff2'),
         url('font/cera_pro_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_probold';
    src: url('font/cera_pro_bold-webfont.woff2') format('woff2'),
         url('font/cera_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_prolight';
    src: url('font/cera_pro_light-webfont.woff2') format('woff2'),
         url('font/cera_pro_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_promedium';
    src: url('font/cera_pro_medium-webfont.woff2') format('woff2'),
         url('font/cera_pro_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_proitalic';
    src: url('font/cera_pro_regular_italic-webfont.woff2') format('woff2'),
         url('font/cera_pro_regular_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{font-family:'p22-underground', sans-serif;}
.orderbtn a{background-color: var(--accent);
color: var(--base-3) !important;
padding: 14px 22px;
	line-height:28px !important
}
.wp-block-social-links{margin-bottom:0px;}