//
// Global
//

@global-color: #483112;
@global-emphasis-color: #6d4919;
@global-link-color: #a87b4f;
@global-muted-color: rgba(189, 167, 147, 0.8);
@global-background: #F9F3E9;
@global-danger-background: #e83e2c;
@global-muted-background: #F0E7D8;
@global-primary-background: @global-link-color;
@global-secondary-background: #233247;
@global-border: #e4ddd1;

//
// Button
//

@button-default-color: #17212f;

//
// Nav
//

@nav-secondary-subtitle-color: fade(@global-color, 60%);

//
// Offcanvas
//

@offcanvas-bar-background: @global-secondary-background;
@offcanvas-bar-color-mode: light;

//
// Section
//

@internal-section-default-image: "../../master-copper-hill/images/section-background-texture.png";
@internal-section-muted-image: "../../master-copper-hill/images/section-background-texture.png";
@internal-section-primary-image: "../../master-copper-hill/images/section-background-noise.png";
@internal-section-secondary-image: "../../master-copper-hill/images/section-background-noise.png";

//
// Text
//

@text-primary-color: @global-link-color;

//
// Tile
//

@internal-tile-default-image: "../../master-copper-hill/images/section-background-texture.png";
@internal-tile-muted-image: "../../master-copper-hill/images/section-background-texture.png";
@internal-tile-primary-image: "../../master-copper-hill/images/section-background-noise.png";
@internal-tile-secondary-image: "../../master-copper-hill/images/section-background-noise.png";
