//
// Pages
//
// - Grid breakpoints
// - Vertical breakpoints
// - Site header sizes
// -------------------------------------------------------------

// Grid breakpoints
//
// (everything from 0 to 768px is "xs" grid size)
// -------------------------------------------------------------
@grid-breakpoint-sm: 768px;
@grid-breakpoint-md: 992px;
@grid-breakpoint-lg: 1200px;

// Vertical breakpoints
// -------------------------------------------------------------
@vertical-breakpoint-sm: 640px;

// Site header sizes (tracked here because they are relevant in
// a few different files and we want to keep them consistent)
// -------------------------------------------------------------
@site-header-height: 100px;
@site-header-height-small: 60px;
