/** * @group Font size */
$base-font-size: 16;
/**
* Body font size for large devices (desktop)
* @group Font size
*/
$base-font-size-lg: 15;

/**
* Body font size for tsop devices (desktop)
* @group Font size
*/
$base-font-size-tsop: 18;

/**
* Body font size for small devices (desktop)
* @group Font size
 */
$base-font-size-sm: 15;

/**
* Body font size for small devices (mobile/tablet)
* @group Font families
*/
$font__icons: 'mns-icons';
// new fonts
$font__mns-london: 'mns-london', Helvetica, Arial, sans-serif;
$font__mns-london--bold: 'mns-london-bold', Helvetica, Arial, sans-serif;
$font__mns-london--light: 'mns-london-light', Helvetica, Arial, sans-serif;
$font__mns-london-texture-bold: 'mns-london-texture-bold', Helvetica, Arial, sans-serif;

