/* DigitalNetJet Typography - Google Fonts */

/* Import Modern Editorial Fonts */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/* Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Font Smoothing */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Code Blocks */
code, pre {
  font-family: var(--dnj_f3);
  font-size: 0.95em;
}

/* Monospace Utility */
.dnj_mono4x {
  font-family: var(--dnj_f3);
}

/* Font Weight Utilities */
.dnj_fw300 { font-weight: 300; }
.dnj_fw400 { font-weight: 400; }
.dnj_fw500 { font-weight: 500; }
.dnj_fw600 { font-weight: 600; }
.dnj_fw700 { font-weight: 700; }
.dnj_fw800 { font-weight: 800; }

/* Text Alignment */
.dnj_taleft { text-align: left; }
.dnj_tacenter { text-align: center; }
.dnj_taright { text-align: right; }

/* Text Transform */
.dnj_uppercase { text-transform: uppercase; }
.dnj_lowercase { text-transform: lowercase; }
.dnj_capitalize { text-transform: capitalize; }

/* Letter Spacing */
.dnj_ls1 { letter-spacing: 0.5px; }
.dnj_ls2 { letter-spacing: 1px; }
.dnj_ls3 { letter-spacing: 1.5px; }

/* Line Height */
.dnj_lh1 { line-height: 1.2; }
.dnj_lh2 { line-height: 1.5; }
.dnj_lh3 { line-height: 1.8; }
.dnj_lh4 { line-height: 2; }
