@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
/* TODO: Find web font alternatives or host originals for Signifier (serif) and ABC Diatype Mono (mono) */

/* 
  Asset pipeline will combine CSS files in this directory.
  No need for explicit @imports for base.css, header.css, sections.css etc.
*/

/* Keep styles specific to .cvfront layout *only* here, if any */

.cvfront {
  background: #222;
  color: #eee;
}

.cvfront .navbar-container,
.cvfront .navbar {
  background: transparent;
}

.cvfront .navbar-nav a,
.cvfront .navbar-nav .nav-link {
  color: var(--grey1, #eee); /* Use variable with fallback */
}

.cvfront .logo {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
}