/* ==================================================

	Container width, rail widths, gutters

================================================== */

:root {

	--container-w:    1028px;
	--gutter:           20px;
	--gutter-page:          24px;

	--rail-left-w:     198px;
	--feed-w:          505.5px;
	--rail-right-w:    285.5px;

	--feed-gap:            5.5px;

	--chrome-gap:        22.5px;

	--header-h:          42.5px;

	--rail-stick-top: calc(var(--header-h) + var(--chrome-gap));

	/* -------------------------------------
		Mobile
	------------------------------------- */

	--header-h-mobile:     38px; /* Artboard 75px, of which 37px is status bar. */
	--nav-h-mobile:      42.5px;
	--feed-gap-mobile:      5px;

}
