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

//
// VARIABLES - BMB - Default
//

// FONTS

$font-system: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", “Segoe UI”, Roboto, “Helvetica Neue”, Helvetica, Arial, sans-serif;

$font-header: $font-system;
$font-bread: "Baskerville", "Libre Baskerville", Georgia, serif, normal;

// COLORS

$color-primary: #000;
$color-secondary: #fff;
$color-interaction: #ff6900;

$color-positive: green;
$color-negative: red;
$color-information: yellow;