/* 
Theme Name:		 Bateaux-Child
Theme URI:		 http://www.bateauxtheme.com/bateaux
Description:	 Bateaux-Child is a child theme of Bateaux
Author:			 Twisttheme
Author URI:		 http://www.twisttheme.com
Template:		 bateaux
Version:		 1.0.0
Text Domain:	 bateaux-child
*/



/* Font Family */
@font-face {
    font-family: 'Surafont Sodium Bold' ;
    src: url(assets/font/Surafont-Sodium-Bold.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Surafont Sodium Regular';
    src: url(assets/font/Surafont-Sodium-Regular.otf);
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Surafont Sodium italic';
    src: url(assets/font/Surafont-Sodium-Italic.otf);
    font-weight: 400;
    font-style: italic;
}

.btx-custom_b-font {
    font-family: 'Surafont Sodium Bold' !important;
    font-weight: 700 !important;
}
body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6,
body h1 a, 
body h2 a, 
body h3 a, 
body h4 a, 
body h5 a, 
body h6 a {
    font-family: 'Surafont Sodium Bold' !important;
    font-weight: 700;
}
body , 
.btx-secondary-font ,
.btx-custom_c-font,
input[type=button], 
input[type=submit], 
.btnx,
p, 
div a, 
p a ,
div {
    font-family: 'Surafont Sodium Regular' !important;
}