/////////////////////////////////////////////////////////////////////////////////////////////////////////

//
// VARIABLES
//

// BMB - Default variables
@import "../bmb/bmb-variables.scss";


// FONTS

$font-header:  'Playfair Display', 'Baskerville', 'Libre Baskerville', Georgia, serif;
$font-header-google: 'https://fonts.googleapis.com/css?family=Playfair+Display:400,700';

$font-bread: 'Merriweather', 'Baskerville', 'Libre Baskerville', Georgia, serif, normal;
$font-bread-google: 'https://fonts.googleapis.com/css?family=Merriweather';


// COLORS

$color-primary: #9d006e;
$color-secondary: #1C2124;
$color-interaction: $color-primary;



