/* Font-related custom properties */
/* `npm run storybook` for details */

:root {
  --font-size-default: 16px;
  --font-weight-light: 300;
  --font-weight-book: var(--font-weight-light);
  --font-weight-reg: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-display: 'gilmer-web', 'Gilmer', Geneva, Tahoma, Helvetica, Verdana,
    sans-serif;
  --font-body: 'metro-web', 'Metro', -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue',
    sans-serif;
  --font-monospace: 'dejavu-sans-mono-web', monospace;

  /* DEPRECATED TYPOGRAPHY */
  --open-sans-font: 'open-sans', 'Open Sans', sans-serif;
  --monospace-font: 'Fira Mono', monospace;
  --default-font-size: var(--font-size-default);
}
