/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/*Adding Sweetly Broken Webfont*/
@font-face {
    font-family: 'sweetly_brokenregular';
    src: url('http://beyouescapes.com.au/webfont/sweetly_broken-webfont.woff2') format('woff2'),
         url('http://beyouescapes.com.au/webfont/sweetly_broken-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

