@font-face {
  font-family: 'Work-sans';
  src: url('./fonts/Work_Sans/WorkSans.ttf'); /* IE9 Compat Modes */
  src: url('./fonts/Work_Sans/WorkSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Work_Sans/WorkSans.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Work_Sans/WorkSans.woff') format('woff'), /* Pretty Modern Browsers */
       url('./fonts/Work_Sans/WorkSans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Work_Sans/WorkSans.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-display: swap;
}

@font-face {
  font-family: 'Work-sans-Italic';
  src: url('./fonts/Work_Sans/WorkSans-Italic.ttf'); /* IE9 Compat Modes */
  src: url('./fonts/Work_Sans/WorkSans-Italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Work_Sans/WorkSans-Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('./fonts/Work_Sans/WorkSans-Italic.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-display: swap;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Work-sans', Arial, Helvetica, sans-serif; 
  background: #F9F9F9;
}

#root{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: 'Work-sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #6F6F70;
}

h2 {
  font-family: 'Work-sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #6F6F70;
}

.spacer{
  margin: 0 0.2em !important;
}

.float-right{
  float: right;
}