@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('vendor/fonts/roboto-latin.woff2') format('woff2');
}

body {
  font-family: 'Roboto', sans-serif;
  align-items: flex-start;
}

main {
  color: white;  
  width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.wrapper h3 {
  margin: 0;
}

.font-20 {
  font-size: 20px;
  font-weight: 600;
}

.font-28 {
  font-size: 28px;
  font-weight: 600;
}

.icon-20 {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
  flex: 0 0 auto;
  margin-left: 8px;
}

.icon-30 {
  width: 30px;
  height: 30px;
  stroke-width: 2.2;
  flex: 0 0 auto;
  margin-left: 8px;
}

.icon-50 {
  width: 45px;
  height: 45px;
  stroke-width: 2.2;
  flex: 0 0 auto;
}

.valueWrapper {
  display: flex;
  gap: 6px;
  flex-direction: column;
  margin-bottom: 8px;
}

.valueWrapperRow {
  display: flex;
  gap: 8px;
  align-items: center;
}
