:root {
  --font-family: 'Poppins', sans-serif;
  --font-size: 1em;
  --border-width: 1px;
  --border-style: solid;
  --border-radius: 4px;
  --border-color: var(--el-color-secondary-light-1);
  --body-color: var(--el-color-secondary-light-5);
  --text-opacity: 1;
  --button-font-color: white;
  --button-font-family: var(--font-family);
  --button-font-weight: 500;
  --button-border-radius: var(--border-radius);
  --button-hover-font-color: white;
  --button-active-font-color: white;
}
