// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ @import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,600'; @import 'https://fonts.googleapis.com/css?family=Playball'; // Variables // ======================================================================== // // Text // @base-body-font-family: "Open Sans", Helvetica, Arial, sans-serif; @base-heading-font-family: "Playball", Helvetica, Arial, sans-serif; @base-heading-font-weight: @global-heading-font-weight; @base-heading-color: @global-highlight-color; @base-heading-margin-top: @global-margin-large; @base-h1-font-size: 55px; @base-h1-line-height: 62px; @global-color: #81708a; @global-muted-color: lighten(@global-color, 35%); @global-highlight-color: #241532; @global-link-color: #de69b9; @global-link-hover-color: darken(@global-link-color, 18%); @global-primary-link-color: fade(@global-contrast-color, 65%); @global-primary-link-hover-color: desaturate(darken(@global-primary-background, 25%), 10%); @global-contrast-color: #fff; @global-primary-color: #de69b9; @global-success-color: #51d075; @global-warning-color: #f3930a; @global-danger-color: #ef3e3e; // // Backgrounds & Borders // @global-background: #fff; @global-dark-background: #e4e4e4; @global-light-background: #f9f9f9; @global-highlight-background: lighten(@global-muted-color, 15%); @global-primary-background: #de69b9; @global-secondary-background: #bac0c8; @global-success-background: #51d075; @global-warning-background: #f3930a; @global-danger-background: #ef3e3e; // // Misc // @global-style: 'pink'; // // Accordion // @accordion-title-background: lighten(@global-color, 45%); @accordion-title-hover-background: darken(@accordion-title-background, 6%); @accordion-title-hover-color: @global-highlight-color; // // Article // @article-title-text-transform: none; @article-title-font-size: 62px; @article-title-line-height: 68px; // // Base // @base-body-font-family: "Open Sans", Helvetica, Arial, sans-serif; @base-heading-font-family: @base-body-font-family; @base-heading-font-weight: @global-heading-font-weight; @base-heading-color: @global-highlight-color; @base-heading-margin-top: @global-margin-large; @base-h1-font-size: 55px; @base-h1-line-height: 62px; @base-heading-alternate-font-family: "Playball", Helvetica, Arial, sans-serif; // // Button // @button-background: lighten(@global-color, 45%); @button-hover-background: darken(@button-background, 6%); @button-disabled-background: lighten(@global-color, 48%); @button-disabled-color: darken(@global-muted-color, 4%); @button-success-hover-background: darken(@global-success-hover-background, 5%); @button-success-hover-color: @global-contrast-color; @button-success-active-background: @global-success-active-background; @button-success-active-color: @global-contrast-color; @button-danger-hover-background: darken(@global-danger-hover-background, 5%); @button-danger-active-background: @global-danger-active-background; @button-danger-active-color: @global-contrast-color; // // Form // @form-blank-border: @global-border; // // Nav // @nav-offcanvas-nav-sub-background: darken(@offcanvas-bar-background, 15%); // // Subnav // @subnav-pill-hover-background: fade(@global-color, 8%); @subnav-pill-hover-color: @global-color; // // Tab // // Theme // ======================================================================== @theme-body-background: #413250; @theme-container-background: #241532; @theme-footer-highlight-color: #b5acba; @theme-heading-text-transform: none;