/*md

# Icons

List of all icons is [here](./iconsvfc.html)

Please see [icons](./styles-mixins-doc-_icons.html) documentation for details.

*/
/* h:\projects\vfc\vfc-astound\styleguide\scss\fonts-variables.scss */
:root {
  --display-font: "Akkurat Pro";
  --display-weight: 700;
  --display-letter-spacing: 0;
  --display-text-transform: uppercase;
  --display-large-size: 56px;
  --display-large-line-height: 72px;
  --display-medium-size: 48px;
  --display-medium-line-height: 64px;
  --display-small-size: 32px;
  --display-small-line-height: 40px;
  --heading-font: "Akkurat Pro";
  --heading-weight: 300;
  --heading-letter-spacing: 0;
  --heading-text-transform: none;
  --heading-xlarge-size: 40px;
  --heading-xlarge-line-height: 52px;
  --heading-large-size: 32px;
  --heading-large-line-height: 44px;
  --heading-medium-size: 20px;
  --heading-medium-line-height: 28px;
  --heading-small-size: 18px;
  --heading-small-line-height: 24px;
  --heading-xsmall-size: 16px;
  --heading-xsmall-line-height: 20px;
  --subheading-font: "Akkurat Pro";
  --subheading-weight: 700;
  --subheading-letter-spacing: 0;
  --subheading-text-transform: none;
  --subheading-xlarge-size: 40px;
  --subheading-xlarge-line-height: 52px;
  --subheading-large-size: 32px;
  --subheading-large-line-height: 44px;
  --subheading-medium-size: 20px;
  --subheading-medium-line-height: 28px;
  --subheading-small-size: 18px;
  --subheading-small-line-height: 24px;
  --subheading-xsmall-size: 16px;
  --subheading-xsmall-line-height: 20px;
  --body-font: "Akkurat Pro";
  --body-weight: 300;
  --body-bold-weight: 700;
  --body-letter-spacing: 0;
  --body-large-size: 18px;
  --body-large-line-height: 28px;
  --body-medium-size: 16px;
  --body-medium-line-height: 24px;
  --body-small-size: 14px;
  --body-small-line-height: 18px;
  --body-xsmall-size: 12px;
  --body-xsmall-line-height: 16px;
  --button-font: "Akkurat Pro";
  --button-size: 20px;
  --button-weight: 300;
  --button-line-height: 28px;
  --button-letter-spacing: 0;
}