/* =========================================================
   Google Fonts (Inter — Google Sans alternative)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');

/* =========================================================
   Base Styles
   ========================================================= */

a {
  color: #0e30b8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #ffffff;
  background: linear-gradient(to right, #67c6eb, #0e1177);
  text-decoration: none;
}

body,
td,
th,
tr,
p,
a {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

strong {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

h2 {
  margin: 0;
  font-weight: 600;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 22px;
}

.papertitle {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #34005b;
  font-weight: 700;
}

.name {
  padding-top: 32px;
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

/* =========================================================
   Image Hover / Fade Effects
   ========================================================= */

.one {
  width: 160px;
  height: 160px;
  position: relative;
}

.two {
  width: 160px;
  height: 160px;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
}

.fade {
  transition: opacity 0.2s ease-in-out;
}

/* =========================================================
   Text Utilities
   ========================================================= */

span.highlight {
  background-color: #ffffd0;
}

.text-gradient {
  font-size: 14px;
  font-weight: 700;
  background-image: linear-gradient(to right,#67c6eb, #0e1177);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* =========================================================
   Image + Text Layout
   ========================================================= */

.image-text-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.rounded-image {
  max-width: 200px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wrapped-text {
  flex: 1;
}
