@charset "UTF-8";
@import "edge/base";

// Override EDGE variables here
// To override, uncomment the variable and set the new value

// -------
// FONT
// -------
$header-font-family : "Helvetica Neue", "Helvetica", Helvetica, Arial, "sans-serif";
$body-font-family   : "Helvetica", Helvetica, Arial, "sans-serif";
// $code-font-family   : "Consolas", Courier, "monospace";

// --------------------------------
// COLOR
//   Two main colors of your site
// --------------------------------
$main-color    : #0173bc;
// $sub-color     : #e9e9e9;

// -------------------
// COLOR PALETTE
// -------------------
// $passive-color : #e9e9e9;
// $blue-color    : #0173bc;
// $yellow-color  : #dba924;
// $red-color     : #da2e18;
// $green-color   : #2cae34;

// ---------------------------
// OUTPUT CONFIG
//   debug      : if true - add useful functionality for development
//   responsive : add responsiveness to the output
//   vertical-rhythm : vertically-align all header, paragraph, and list

//   include         : if false - no CSS output
// ------------------------------------------------------------------------------
// $debug      : false;
// $responsive : true;
// $vertical-rhythm : false;

// $include-typography : true;
// $include-grid       : true;
// $include-tile       : true;
// $include-visibility : true;

// $include-button  : true;
// $include-form    : true;
// $include-animate : true;

// $include-print   : false;
// $include-code    : false;

// ---------------
// GLOBAL VALUE
// ---------------
// $g-radius : 5px;
// $g-transition : all 0.2s ease-out;

// -------------------
// MEDIA QUERIES
// -------------------
// $mini-screen   : 480px;
// $small-screen  : 767px;
// $large-screen  : 1440px;
// $retina-screen : 192dpi;

// --------
// GRID
// --------
// $row-max-width : 1140px;
// $total-columns : 12;
// $column-gutter : 20px;

// ------------
// TILE
// ------------
// $max-tiles   : 12;
// $tile-gutter : 15px;

// ------
// BODY
// ------
// $body-background  : #fff;
// $body-font-color  : #222;
// $body-font-weight : 400;

// $body-font-size   : 16px;
// $body-line-height : 1.5;

// ---------------
// TYPOGRAPHY
// ---------------
// $h1-font-size : 44px;
// $h2-font-size : 36px;
// $h3-font-size : 28px;
// $h4-font-size : 22px;
// $h5-font-size : 18px;
// $h6-font-size : 16px;

// $header-font-color  : $body-font-color;
// $header-font-weight : 700;

// $p-margin-bottom    : 1.5em;

// -----------------
// CODE Highlighter
// -----------------
// $code-theme  : light;  // "light" or "dark"

// ----------
// BUTTON
// ----------
// $button-full-style : true;  // if false: remove all css3 styling
// $button-color      : $main-color;
// $button-padding    : 10px 20px;

// ------------------
// TEXT DIRECTION
// ------------------
// $text-direction   : ltr;  // Controls default global text direction, 'rtl' or 'ltr'