// globally used width and height and other declarations
$width-max: 1440px;

// etc. pp. — define your own custom vars here.
// the variable name should always be structured like this
// property-size-modifier — this means you should use
// $width-header-small
// rather than
// header-small-width or small-header-width
// to keep things consistent

