/**
* Font Family: Tabular
* From: Fontshare
* URL: https://www.fontshare.com/fonts/tabular
*/

/* Import Tabular font from Fontshare CDN */
@import url('https://api.fontshare.com/v2/css?f[]=tabular@400,500,600,700&display=swap');

/* Media section header and subtitle */
#media h3 {
  font-family: 'Tabular', monospace;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Media section subtitle now uses default Satoshi font */

/* Media section link styles */
#media a {
  font-family: 'Tabular', monospace;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

#media a:hover {
  font-weight: 500;
  color: #003EE5;
}

/* Style the year labels in media section */
#media .col-2 b {
  font-family: 'Tabular', monospace;
  font-weight: 600;
}

/* Media section headers can optionally use Tabular */
#media h4 {
  font-family: 'Tabular', monospace;
  font-weight: 600;
  letter-spacing: 0.5px;
}