:root{
  --kf-primary-color :#ededed;
  --kf-secondary-color: #3E0E9E;
  --kf-accent-color: #5e15eb;
  --kf-text-color: #000000;
  --kf-border-radius-1: 14px;
  --kf-border-radius-2: 24px;
}

*{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

@scope(div#login){
  form{
    border-radius: var(--kf-border-radius-2);
  }

  input{
    border-radius: var(--kf-border-radius-1) !important;
  }

  h1 a {
      background-image: url(https://kitchenfuel.ca/wp-content/uploads/2021/03/LogoIcon_Black.png) !important;
  }

  input[type="submit"]{
    background-color: var(--kf-accent-color) !important;
  }

  div#login-message{
    border-radius: var(--kf-border-radius-2);
  }
}
