/**
 * Theme Name: SDS 2025
 * Template: blocksy
 */

 @font-face {
    font-family: 'BespokeSans'; 
    src: url('fonts/BespokeSans-BoldItalic.woff2') format('woff2'),
         url('fonts/BespokeSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

 @font-face {
    font-family: 'BespokeSans'; 
    src: url('fonts/BespokeSans-Light.woff2') format('woff2'),
         url('fonts/BespokeSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body p, a.stk-button {
     font-family: 'BespokeSans' !important;
}

h1, h2, h3 {
     font-family: 'BespokeSans';
     font-weight: bold;
     font-style: italic;
}

.ct-button {
     transition: all .3s;
}

.sds-newsletter-input {
     width: auto !important;
}