@import "basic.css";

:root {
  /* ===== ОСНОВА ===== */
  --page-background: linear-gradient(45deg, #a29bfe, #6c5ce7, #fd79a8);
  --text-color: #1a1a1a;
  --card-background: #ffffff;
  
  /* ===== ТИПОГРАФИКА ===== */
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  /* ===== РАДИУСЫ ===== */
  --radius: 12px;
  
  /* ===== ОТСТУПЫ ===== */
  --spacing: 20px;
  
  /* ===== ТЕНИ ===== */
  --shadow: 0 2px 10px rgba(0,0,0,0.1);

  /* ===== КНОПКИ ===== */
  --button-bg: linear-gradient(135deg, #ffd700, #f5a623);
  --button-text: #1a1a1a;
  --button-radius: 8px;
  --button-padding: 14px 32px;
  --button-font-size: 16px;
  --button-font-weight: 700;
  --button-shadow-color: rgba(255, 215, 0, 0.4);
  --button-shadow-hover: 0 4px 20px rgba(255, 215, 0, 0.6);
  --button-scale-hover: 1.03;
  --button-transition: all 0.3s ease;
}

/* ===== КНОПКИ ===== */
.button-svocraft {
  margin-top: 340px;
  margin-left: 860px;
}