
/// BREAKPOINTS

$tablet-portrait: 768px !default;
$phone-large: 640px !default;

/// DIMENSIONS

$h-margin: 24px !default;
$v-margin: 24px !default;
$gutter: 100%/30 !default;
$gutter-sl: $gutter !default;

/// COLOURS

$text: #222 !default;
$black: #000 !default;

$blue: rgb(0, 51, 235) !default;
$accent: $blue !default;

/// PATHS

$image_dir: '../images/' !default;
//'../assets/images/';