:root {
  --background-blur: blur(5px);
  --transition: all 0.3s ease-in-out;
  --font-family: "Source Code Pro", monospace;
  --z-tooltip: 10;
  --z-fixed: 100;
  /* SIZES */
  --header-height: 2rem;
  --transform: scale(1.2);
  --margin-bottom: 3.5rem;
  --icon-size-large: 3em;
  --icon-size-medium: 1.4em;
  --icon-size-small: 0.5em;
  --icon-hover-scale: 1.2;
  --section-padding: 5rem;
  --font-bold: 700;
  --font-regular: 400;
  --font-size-h1: 1.75rem;
  --font-size-h2: 1.25rem;
  --font-size-h3: 1.125rem;
  --font-size-large: 2.5rem;
  --font-size-normal: 0.9rem;
  --font-size-small: 0.5rem;
  --font-size-nav: 1.4rem;
  --letter-spacing: 0.2em;
  --line-height: 1.6;
  /* COLORS */
  --text-color: black;
  --background-color: rgb(255, 255, 255);
  --glassmorphism: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
