
:root {
  --primary-color: #5106FF;             /* icon-gradient-0 */
  --primary-color-rgb: 81, 6, 255;
  --secondary-color: #61CBF2;           /* icon-gradient-1 */
  --secondary-color-rgb: 97, 203, 242;
  --font-color: #000000;                /* font */
  --slogan-color: #141414;              /* slogan */
  --background-color: transparent;      /* bg */
}

/* Fallbacks for older browsers */

body {
  background-color: transparent;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  color: #141414;
}

.button, .btn {
  background-color: #5106FF;
  color: #ffffff;
}

.button:hover, .btn:hover {
  background-color: #61CBF2;
  color: #000000;
}
