@import 'font-awesome/scss/font-awesome';
@import '../../mixins';

//== Typography
//
//## Font, line-height, and color for body text, headings, and more.

/* custom fonts path */
$custom-fonts-path: '../fonts';

$font-fallback: Arial, Helvetica, sans-serif;
$font-family-base: "museo-sans", $font-fallback;

// Font Sizes
//
// Font sizes are paired with their standard and bold font weight
// Define mixins for font sizes
$font-size-base:   12px;
$font-size-base-weight: 500;
$font-size-base-weight-bold: 700;
$font-size-normal: $font-size-base;

$font-size-medium:  14px;
$font-weight-base: $font-family-base;
$font-size-large: 16px;

$font-size-larger: 18px;
$font-size-larger-weight: 300;
$font-size-larger-weight-bold: 500;

$icon-size-small: 14px;
$icon-size-medium: 21px;
$icon-size-large: 28px;

$teammember-button-height: 32px;
