/*
Theme Name: Clydeside Social Child Theme
Description: This is a custom child theme for Clydeside Social
Theme URI:
Author: SeventeenCreative
Author URI:  
Template: clydesidesocial25
Version: 1.0
*/

/* CUSTOM FONT STYLING */

@font-face {
  font-family: 'clydeside'; /* The name you will use in your CSS */
  src: url('https://clydesidesocial.17creative.co.uk/wp-content/themes/clydesidesocial25-child/fonts/gistesy-webfont.woff2') format('woff2'), /* Modern browsers */
       url('https://clydesidesocial.17creative.co.uk/wp-content/themes/clydesidesocial25-child/fonts/gistesy-webfont.woff') format('woff');   /* Older browsers */
  font-weight: normal;
  font-style: normal;
}

.clydeside-custom-font{
	font-family:'clydeside';
}
.clydeside-custom-font.large {
    font-size: 90px!important;
    line-height: 1.2;
}

/* CUSTOM FONT COLOURS */
.clydeside-blue{
	color:#A9DDE8;!important
}
.clydeside-pink{
	color:#FF667F;!important
}
.cta-button-services-dbl{
	margin: 0 25px 0 0;
}