/*
  MFP Design System — Global
  Base resets and element defaults.
  Import tokens.css before this file.
*/

*, *::before, *::after { box-sizing: border-box; }

body {
  font: var(--type-body-base);
  color: var(--color-darkest-grey);
  background: var(--color-pale-grey);
  margin: 0;
}

h1 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-darkest-grey);
  margin: 0;
}

h2 {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-darkest-grey);
  margin: 0;
}

h3 {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-darkest-grey);
  margin: 0;
}

h4 {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-darkest-grey);
  margin: 0;
}

h5, h6 {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-darkest-grey);
  margin: 0;
}

a {
  color: var(--color-action);
}
