/// @prop {Boolean}
/// @access public
$o-topper-snappy: if($o-pf-grid-mode == 'snappy', true, false) !default;

/// @prop {Boolean}
/// @access public
$o-topper-is-silent: true !default;

/// When adding a new colour update the README
/// @prop {List} - colours available to editorial in methode for the background
/// @access private
$_o-topper-colors: (
	'white',
	'black',
	'claret',
	'oxford',
	'paper',
	'slate',
	'wheat',
	'crimson',
	'sky',
	'matisse'
);

/// When adding a new theme update the README
/// @prop {List} - theme options
/// @access private
$_o-topper-themes: (
	'basic',
	'branded',
	'opinion',
	'has-headshot',
	'full-bleed-offset',
	'split-text-left',
	'split-text-center',
	'full-bleed-image-center',
	'full-bleed-image-left',
	'package',
	'package-extra',
	'package-extra-wide',
	'package-special-report',
	'right-rail',
	'centered',
	'deep-portrait',
	'deep-landscape'
);

/// When adding a new element, update the README.
/// @prop {List} - element options
/// @access private
$_o-topper-elements: (
	'content',
	'visual',
	'background',
	'headline',
	'headline--large',
	'summary',
	'standfirst',
	'summary--body',
	'tags',
	'columnist',
	'columnist-list',
	'columnist-name',
	'brand',
	'topic',
	'read-next',
	'image',
	'image-credit',
	'image-caption'
);

/// @access private
$_o-topper-defined: () !default;

/// @access private
$_o-topper-headshot-width: 100px;

/// @access private
$_o-topper-headshot-width-M: 150px;
