@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* CSS Custom Properties - Renk Tanımları */
:root {
  /* Primary Colors */
  --primary-color: #439c86;
  --primary-light: #5fb3a1;
  --primary-dark: #367a6a;

  /* Secondary Colors */
  --secondary-color: #616e78;
  --secondary-light: #7a8691;
  --secondary-dark: #4a555f;

  /* Neutral Colors */
  --gold: #a8814d;
  --body-color: #292c2f;
  --text-light: #616e78;
  --text-muted: #808f9b;
  --seperator: #909ba3;

  /* Background Colors */
  --bg-light: #f2f2f2;
  --bg-white: #ffffff;
  --bg-dark: #111827;

  /* Success, Warning, Error */
  --success-color: #10b981;
  --warning-color: #f59e0b;
  --error-color: #ef4444;

  /* Overlay Colors */
  --overlay-light: rgba(0, 0, 0, 0.25);
  --overlay-medium: rgba(0, 0, 0, 0.5);
  --overlay-dark: rgba(0, 0, 0, 0.75);
}
