@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  scroll-behavior: smooth;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

/* Navigation Links Styling */
a[href^="#"] {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a[href^="#"]:hover {
  color: #00ff66;
}

/* Social Media Links Styling */
a.social-link {
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a.social-link:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 15px rgba(0, 255, 102, 0.5));
}

a.social-link:active {
  transform: scale(0.98);
}
/* @FONTWARNING[{"type": "restricted", "family": "Space Grotesk-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Space Grotesk-Bold";
  src: local("Space Grotesk-Bold");
}
/* @FONTWARNING[{"type": "restricted", "family": "JetBrains Mono-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "JetBrains Mono-Regular";
  src: local("JetBrains Mono-Regular");
}
/* @FONTWARNING[{"type": "restricted", "family": "JetBrains Mono-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "JetBrains Mono-Bold";
  src: local("JetBrains Mono-Bold");
}
/* @FONTWARNING[{"type": "restricted", "family": "Geist-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Geist-Regular";
  src: local("Geist-Regular");
}
/* @FONTWARNING[{"type": "restricted", "family": "Geist-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Geist-Medium";
  src: local("Geist-Medium");
}
/* @FONTWARNING[{"type": "restricted", "family": "Space Grotesk-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Space Grotesk-Regular";
  src: local("Space Grotesk-Regular");
}
/* @FONTWARNING[{"type": "restricted", "family": "JetBrains Mono-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "JetBrains Mono-Medium";
  src: local("JetBrains Mono-Medium");
}
/* @FONTWARNING[{"type": "restricted", "family": "JetBrains Mono-Light", "weight": "300", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "JetBrains Mono-Light";
  src: local("JetBrains Mono-Light");
}
/* @FONTWARNING[{"type": "restricted", "family": "JetBrains Mono-Italic", "weight": "400", "style": "italic", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "JetBrains Mono-Italic";
  src: local("JetBrains Mono-Italic");
}
