// Fonts
$montserrat: "Montserrat", Helvetica, Arial, sans-serif;

// Backwards compatibility to keep the base theme happy
$body-font: $montserrat;

// Font sizing
$small-header-fontsize: 12px;
$small-header-lineheight: 15px;

$standard-headings-fontsize: 24px;
$standards-headings-lineheight: 29px;

$large-headings-fontsize: 36px;
$large-headings-lineheight: 44px;

$bold-36pt-fontsize: 36px;
$bold-36pt-lineheight: 44px;

$button-cta-fields-fontsize--sm: 18px;
$button-cta-fields-lineheight--sm: 22px;

/* Attempt to map to required vars */

// 'Large' headings
$h1-title-font-size: (
  null: (36px, 44px),
  $screen-md: (36px, 44px),
  $screen-lg: (36px, 44px)
);
$h1-font-size: (
  null: (36px, 44px),
  $screen-md: (36px, 44px),
  $screen-lg: (36px, 44px)
);
$h2-font-size: (
  null: (36px, 44px),
  $screen-md: (36px, 44px),
  $screen-lg: (36px, 44px)
);

// 'Standard' headings
$h3-font-size: (
  null: (24px, 29px),
  $screen-md: (24px, 29px),
  $screen-lg: (26px, 29px)
);
$h4-font-size: (
  null: (24px, 29px),
  $screen-md: (24px, 29px),
  $screen-lg: (24px, 29px)
);

// 'Small' headings
$h5-font-size: (
  null: (12px, 15px),
  $screen-md: (12px, 15px),
  $screen-lg: (12px, 15px)
);
$h6-font-size: (
  null: (12px, 15px),
  $screen-md: (12px, 15px),
  $screen-lg: (12px, 15px)
);

// Labels
$field-label-font-size: (
  null: (14px, 17px),
  $screen-md: (20px, 24px),
  $screen-lg: (20px, 24px)
);

$field-font-size: (
  null: (18px, 22px),
  $screen-md: (20px, 24px),
  $screen-lg: (20px, 24px)
);

$button-cta-font-size: (
  null: (18px, 22px),
  $screen-md: (20px, 24px),
  $screen-lg: (20px, 24px)
);

$form-error-font-size: (
  null: (14px, 17px),
  $screen-md: (16px, 20px),
  $screen-lg: (16px, 20px)
);
