/**
* Global Variables
*/
@import 'colors';



// font family
$global-font-family: 'ariel';

// spacing
$margin-10: 10px;
$margin-15: 15px;

// paddings
$padding-10: 10px;
$padding-15: 15px;
$padding-25: 25px;

// Header height
$header-height-desktop: 88px;  // Update the values once the
$header-height-mobile: 63px;   //  new header is implemented.