// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Variables // // ======================================================================== // Global variables // ======================================================================== // // Text // @global-color: #444; @global-muted-color: #B6B6B6; @global-contrast-color: #fff; @global-link-color: #CDA171; @global-link-hover-color: #CDA171; @global-dark-color: #000; @global-primary-color: #D3AD89; @global-font-family: 'Gilda Display', serif; @global-font-size: 16px; @global-line-height: 26px; @global-font-weight: 300; @global-text-transform: uppercase; @global-letter-spacing: 1.5px; @global-heading-font-family: 'Playfair Display', serif; @global-heading-font-weight: 300; @global-heading-text-transform: none; @global-small-font-family: 'Lato', Helvetica, Arial, sans-serif; @global-small-font-size: 13px; @global-small-font-weight: 300; // // Backgrounds & Borders // @global-background: #fff; @global-border: #d0d0d0; @global-border-radius: 500px; @global-light-background: #F8F8F8; @global-dark-background: #1a1a1a; @global-primary-background: #272624; @global-success-background: #8cc14c; @global-warning-background: #faa732; @global-danger-background: #df3f3f; // // Spacings // @global-margin-small: 10px; @global-margin: 25px; @global-margin-large: 30px; @global-grid-gutter: 25px; @global-grid-gutter-large: 35px; // // Controls // @global-height: 34px; @global-height-mini: 20px; @global-height-small: 26px; @global-height-large: 44px; // // Z-index // @global-z-index: 1000; // Internal Global variables // ========================================================================== @global-image-path: 'images'; @global-style: 'default';