/* Akademi Digital - Typography System */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Crimson+Pro:wght@300;400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

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

/* Custom Font Styling */
.font_display_Mc3 {
  font-family: 'Playfair Display', Georgia, serif;
}

.font_body_Tn7 {
  font-family: 'Crimson Pro', Georgia, serif;
}

.font_ui_Xs2 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.font_weight_light_Qp1 {
  font-weight: 300;
}

.font_weight_regular_Km8 {
  font-weight: 400;
}

.font_weight_medium_Wr5 {
  font-weight: 500;
}

.font_weight_semibold_Yh4 {
  font-weight: 600;
}

.font_weight_bold_Lv9 {
  font-weight: 700;
}

.font_size_sm_Nx6 {
  font-size: 0.875rem;
}

.font_size_base_Zr3 {
  font-size: 1rem;
}

.font_size_lg_Bt2 {
  font-size: 1.125rem;
}

.font_size_xl_Dp8 {
  font-size: 1.25rem;
}

.font_size_2xl_Fh5 {
  font-size: 1.5rem;
}

.font_size_3xl_Jm4 {
  font-size: 1.875rem;
}

.font_size_4xl_Ck7 {
  font-size: 2.25rem;
}

.letter_spacing_tight_Vp3 {
  letter-spacing: -0.025em;
}

.letter_spacing_normal_Rq9 {
  letter-spacing: 0;
}

.letter_spacing_wide_Ws1 {
  letter-spacing: 0.025em;
}

.line_height_tight_Nm2 {
  line-height: 1.25;
}

.line_height_normal_Hk6 {
  line-height: 1.5;
}

.line_height_relaxed_Tp5 {
  line-height: 1.75;
}

.line_height_loose_Gx8 {
  line-height: 2;
}