//
// Global
//

@global-color: #463229;
@global-emphasis-color: #5f3b2d;
@global-link-color: #de8864;
@global-muted-color: #ac9f98;
@global-link-hover-color: #cf6843;

@global-background: #fffef9;
@global-muted-background: #f7f3ea;
@global-primary-background: #ed8f6c;
@global-secondary-background: #261d1a;

@global-border: rgba(177, 163, 148, 0.3);

@global-large-box-shadow: 2px 18px 48px 0 rgba(85, 41, 29, 0.13);
@global-medium-box-shadow: 2px 12px 32px 0 rgba(37, 29, 27, 0.06);
@global-small-box-shadow: 2px 4px 16px 0 rgba(85, 41, 29, 0.13);
@global-xlarge-box-shadow: 2px 26px 56px 0 rgba(37, 29, 27, 0.06);

//
// Card
//

@card-hover-box-shadow: @global-large-box-shadow;

@card-default-background: #faf5ee;
@card-default-box-shadow: @global-small-box-shadow;
@card-default-hover-background: #faf5ee;
@card-default-hover-box-shadow: @global-large-box-shadow;

@internal-card-default-gradient: url("../../master-pinewood-lake/images/background-texture-small.png");
@internal-card-primary-gradient: url("../../master-pinewood-lake/images/background-texture-small.png");
@internal-card-secondary-gradient: url("../../master-pinewood-lake/images/background-texture-small.png");

//
// Form Range
//

@form-range-thumb-box-shadow: 2px 2px 5px 0 rgba(37, 29, 27, 0.2);

//
// Section
//

@internal-section-default-image: "../../master-pinewood-lake/images/background-texture-small.png";
@internal-section-muted-image: "../../master-pinewood-lake/images/background-texture-small.png";
@internal-section-primary-image: "../../master-pinewood-lake/images/background-texture-small.png";
@internal-section-secondary-image: "../../master-pinewood-lake/images/background-texture-small.png";

@internal-section-default-overlap-image: "../../../../uikit-themes/master-pinewood-lake/images/section-overlap-image-small.svg";
@internal-section-muted-overlap-image: "../../../../uikit-themes/master-pinewood-lake/images/section-overlap-image-small.svg";
@internal-section-primary-overlap-image: "../../../../uikit-themes/master-pinewood-lake/images/section-overlap-image-small.svg";
@internal-section-secondary-overlap-image: "../../../../uikit-themes/master-pinewood-lake/images/section-overlap-image-small.svg";

@internal-section-overlap-height: 18px;

//
// Tile
//

@internal-tile-default-image: "../../master-pinewood-lake/images/background-texture-small.png";
@internal-tile-muted-image: "../../master-pinewood-lake/images/background-texture-small.png";
@internal-tile-primary-image: "../../master-pinewood-lake/images/background-texture-small.png";
@internal-tile-secondary-image: "../../master-pinewood-lake/images/background-texture-small.png";
