@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600;700&display=swap');

* { font-family: 'Comfortaa', sans-serif; }

h1 { 
  font-size: 48px; font-weight: 700; color: #D8263C; 
  line-height: 1.2; margin: 0 0 24px 0;
}
h2 { 
  font-size: 32px; font-weight: 700; color: #D8263C;
  line-height: 1.3; margin: 0 0 20px 0;
}
h3 { 
  font-size: 24px; font-weight: 600; color: #2D2D2D;
  margin: 0 0 16px 0;
}
p { 
  font-size: 16px; line-height: 1.6; color: #2D2D2D;
  margin: 0 0 16px 0;
}
.t-title { font-weight: 600; color: #D8263C; }
.t-text { color: #6B7280; }
.btn-primary { 
  background: linear-gradient(135deg, #D8263C, #B81D33);
  color: white; border-radius: 12px; padding: 16px 32px;
}
.card { 
  background: rgba(255,255,255,0.95); 
  border-radius: 16px; box-shadow: 0 8px 24px rgba(114,101,227,0.12);
}
