:root {
  --font-family: 'Basis Grotesque', 'Helvetica', 'Arial', sans-serif;
  --app-font: 'Basis Grotesque', 'Helvetica', 'Arial', sans-serif;

  --pp-white: #ffffff;
  --pp-gallery: #f0f0f0;
  --pp-dove: #eeeeee;
  --pp-alto: #dddddd;
  --pp-wolf: #bbbbbb;
  --pp-dusty-gray: #999999;
  --pp-charcoal: #767676;
  --pp-matterhorn: #555555;
  --pp-lapel: #333333;
  --pp-black: #000000;
  
  --pp-b-xlight: #ECF4FF;
  --pp-b-light: #E2EFFF;
  --pp-b-medium: #C6DEFF;
  --pp-b-medium-dark: #84B8FF;
  --pp-b: #005AC8;
  --pp-b-dark: #00479E;

  --color-1: white;
  --color-2: red;
  --font-size: 1rem;
  --font-style: normal;
  --font-weight: 300;
  --line-height: 1.24;
  --letter-spacing: 0;
  --text-transform: none;

  --text-align: center;
  
  --z-level-1: 1;
  --z-level-10: 10;
  --z-level-100: 100;
  --z-level-1000: 1000;
  --z-level-10000: 10000;
}

html, body, * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html, body {
  background-color: var(--color-1);
  font-family: var(--font-family);
}

html, body, h1, h2, h3, h4, h5, h6, p, small, a, div, span {
  font-family: var(--font-family);
  color: var(--color-2);
  font-size: var(--font-size);
  font-style: var(--font-style);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  text-transform: var(--text-transform);
  text-align: var(--text-align);
}

h1 { 
  --font-size: 3.2rem;
  --font-weight: 700;
  --line-height: 1.24;
}

h2 {
  --font-size: 2.4rem;
  --font-weight: 700;
  --line-height: 1.3;
}

h3 {
  --font-size: 1.6rem;
  --font-weight: 700;
  --line-height: 1.4;
}

h4 {
  --font-size: 1.2rem;
  --font-weight: 700;
  --line-height: 1.2;
}

h5 {
  --font-size: 1rem;
  --font-weight: 700;
  --line-height: 1.2;
}

h6 {
  --font-size: 12px;
  --font-weight: 700;
  --line-height: 1.1;
}

div,
span,
p {
  --font-size: 1rem;
  --font-weight: 300;
  --line-height: 1.56;
}

h4,
h5,
h6,
p {
  text-wrap: pretty;
  word-break: break-word;
}

small {
  --font-size: 9px;
  --font-weight: 300;
  --line-height: 1.2;
}