/*!
 * Copyright (c) 2015 - 2021 Molkobain.
 *
 * This file is part of licensed extension.
 *
 * Use of this extension is bound by the license you purchased. A license grants you a non-exclusive and non-transferable right to use and incorporate the item in your personal or commercial projects. There are several licenses available (see https://www.molkobain.com/usage-licenses/ for more informations)
 */

/* We can't related on rem unit as it will be different in the portal, the 2.7 backoffice, the 3.0+ backoffice */
$mhf-font-size-10: 10px !default;
$mhf-font-size-12: 12px !default;
$mhf-font-size-14: 14px !default;
$mhf-font-size-16: 16px !default;
$mhf-font-size-18: 18px !default;
$mhf-font-size-20: 20px !default;
$mhf-font-size-22: 22px !default;
$mhf-font-size-24: 24px !default;
$mhf-font-size-30: 30px !default;
$mhf-font-size-36: 36px !default;
$mhf-font-size-48: 48px !default;

$mhf-font-weight-500: 500 !default;
$mhf-font-weight-700: 700 !default;

