:root {
    --font-size: 18px;
  }

.login-page {
    font-family: Roboto, sans-serif;
    font-size: var(--font-size);
}