File: /home/madepabj/hc-cosmetics.com/wp-content/themes/dbea/assets/scss/_theme_variables.scss
// Override bootstrap variables
$brand-primary: $color1;
$low-color: #bbb;
$strong-color: #555;
$text-color: $color;
$link-color: #161616;
$link-hover-color: $color1;
$link-hover-decoration: none;
$button-bg-color: #333;
$border-radius-base: 0px;
$border-radius-large: 0px;
$border-radius-small: 0px;
$input-border-radius: 0px;
$input-border-radius-large: 0px;
$input-border-radius-small: 0px;
$navbar-border-radius: 0px;
$nav-pills-border-radius: 0px;
$pager-border-radius: 0px;
$alert-border-radius: 0px;
$progress-border-radius: 0px;
$list-group-border-radius: 0px;
$panel-border-radius: 0px;
$thumbnail-border-radius: 0px;
$badge-border-radius: 0px;
$tooltip-bg: #161616 !important;
$tooltip-opacity: 1;
// End override bootstrap variables
$black: #000;
$white: #fff;
$gray: #bbb;
$base-url: "../img";
// Theme option
$top_header_bg: #f8f8f8;
$top_header_color: #5f5f5f;
$top_header_border_color: rgba($top_header_color, 0.2);
//------- FONTS
$font-family: Montserrat, Arial, sans-serif;
$font: normal 14px $font-family;
$line_height: 1.7;
$font-custom: inherit;
$font-icon: "FontAwesome";
//-------- BORDERS
$base-border-color: #ddd;
$line-border-color: #eaeaea;
$input-border-color: #ddd;
$hover-border-color: #cccccc;
// Media screen
$screen-phone-sm: 360px !default;
$screen-phone-xs: 320px !default;
//
$window-screen-width: 1920px;