:root {
  --h-header: 80px;
  --b-first-color: white;
  --t-first-color: black;
  --b-second-color: white;
  --t-second-color: black;
  --transition: 0.3s;
  --s-title: 20px;
  --spacer: 4px;
  --header-height: var(--h-header);
  --font-family: 'Inter', sans-serif;
  --bs-font-sans-serif: var(--font-family);
  --bs-font-monospace: var(--font-family);  
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;;
  background: #f7f7f7;
}

a {
  text-decoration: none;
  color: var(--t-first-color);
}