/* css styles */
/* Import Inter Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');

/* Apply font to all text */
body {
  font-family: 'Inter', sans-serif;
}
title {
  font-family: 'Inter', sans-serif;
}
subtitle {
  font-family: 'Inter', sans-serif;
}
author {
  font-family: 'Inter', sans-serif;
}

/* Link hover effects */
a:hover {
  text-decoration: underline;
  text-decoration-color: #e20530;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
