@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* Variables */
:root {
  /* General */
  --border-radius: 12px;
  --gutter-x: 0.5rem;
  --gutter-y: 1rem;
  --link-text-color: #4f46e5; /* Indigo 600 */
  --shadow-color: rgba(15, 23, 42, 0.06);
  --whitespace-color: #ffffff;
  --site-background-color: #f8fafc; /* Slate 50 */
  --sidebar-width: 300px;
  --image-whitespace-color: #ffffff;

  /* Important Notice */
  --important-notice-background-color: #0f172a; /* Slate 900 */
  --important-notice-text-color: #f8fafc; /* Slate 50 */
  --header-background-color: #ffffff;
  --header-text-color: #0f172a; /* Slate 900 */

  /* Cookie Notice */
  --cookie-notice-background-color: rgba(15, 23, 42, 0.9);
  --cookie-notice-text-color: #ffffff;

  /* Navigation */
  --navigation-background-color: #ffffff;
  --navigation-background-color-hover: #f1f5f9;
  --navigation-background-color-active: #e2e8f0;
  --navigation-text-color: #334155; /* Slate 700 */
  --navigation-text-color-hover: #4f46e5;
  --navigation-text-color-active: #4f46e5;

  /* Offcanvas */
  --offcanvas-background-color: #ffffff;
  --offcanvas-text-color: #0f172a;

  /* Defaults */
  --default-background-color: #f1f5f9;
  --default-border-color: #e2e8f0; /* Slate 200 */
  --default-line-height: 1.5;
  --default-text-font: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --default-text-color: #334155; /* Slate 700 */
  --default-text-size: 15px;

  /* Buttons */
  --default-button-background-color: #ffffff;
  --default-button-background-color-hover: #f8fafc;
  --default-button-background-color-active: #f1f5f9;
  --default-button-border-color: #cbd5e1; /* Slate 300 */
  --default-button-text-color: #334155;

  --primary-button-background-color: #4f46e5; /* Indigo 600 */
  --primary-button-background-color-hover: #4338ca; /* Indigo 700 */
  --primary-button-background-color-active: #3730a3;
  --primary-button-border-color: transparent;
  --primary-button-text-color: #ffffff;

  --success-button-background-color: #10b981; /* Emerald 500 */
  --success-button-background-color-hover: #059669;
  --success-button-background-color-active: #047857;
  --success-button-border-color: transparent;
  --success-button-text-color: #ffffff;

  --warning-button-background-color: #f59e0b; /* Amber 500 */
  --warning-button-background-color-hover: #d97706;
  --warning-button-background-color-active: #b45309;
  --warning-button-border-color: transparent;
  --warning-button-text-color: #ffffff;

  --danger-button-background-color: #ef4444; /* Red 500 */
  --danger-button-background-color-hover: #dc2626;
  --danger-button-background-color-active: #b91c1c;
  --danger-button-border-color: transparent;
  --danger-button-text-color: #ffffff;

  /* Notices */
  --default-notice-background-color: #f1f5f9;
  --default-notice-text-color: #334155;
  --default-notice-border-color: #e2e8f0;

  --primary-notice-background-color: #e0f2fe; /* Light Blue */
  --primary-notice-text-color: #0369a1;
  --primary-notice-border-color: #bae6fd;

  --success-notice-background-color: #d1fae5; /* Light Green */
  --success-notice-text-color: #047857;
  --success-notice-border-color: #a7f3d0;

  --warning-notice-background-color: #fef3c7; /* Light Amber */
  --warning-notice-text-color: #b45309;
  --warning-notice-border-color: #fde68a;

  --danger-notice-background-color: #fee2e2; /* Light Red */
  --danger-notice-text-color: #b91c1c;
  --danger-notice-border-color: #fecaca;

  /* Breadcrumbs */
  --breadcrumbs-background-color: transparent;
  --breadcrumbs-text-color: #64748b; /* Slate 500 */
  --breadcrumbs-border-color: transparent;

  /* Cards */
  --card-background-color: #ffffff;
  --card-text-color: #334155;
  --card-border-color: #f1f5f9;
  --card-header-background-color: transparent;
  --card-header-text-color: #0f172a;
  --card-body-background-color: transparent;
  --card-footer-background-color: #f8fafc;

  /* Input */
  --input-background-color: #ffffff;
  --input-padding-x: 1.2em;
  --input-padding-y: 0.6em;
  --input-text-color: #0f172a;
  --input-border-radius: 8px;

  /* Pills */
  --pills-background-color: transparent;
  --pills-background-color-active: #e2e8f0;
  --pills-background-color-hover: #f1f5f9;
  --pills-text-color: #334155;
  --pills-text-color-active: #0f172a;

  /* Tabs */
  --tabs-pane-background-color: #f8fafc;
  --tabs-pane-border-color: #e2e8f0;
  --tabs-background-color: #f1f5f9;
  --tabs-background-color-active: #ffffff;
  --tabs-text-color: #64748b;
  --tabs-text-color-active: #4f46e5;
  --tabs-border-color: #e2e8f0;
  --tabs-border-color-active: #e2e8f0;
  --tabs-content-background-color: #ffffff;

  /* Dropdowns */
  --dropdown-menu-background-color: #ffffff;
  --dropdown-menu-item-background-color: #ffffff;
  --dropdown-menu-item-text-color: #334155;

  /* Tables */
  --table-striped-row-background-odd: #f8fafc;
  --table-striped-row-background-even: #ffffff;
  --table-row-hover-background: #f1f5f9;

  /* Pagination */
  --pagination-background-color: #ffffff;
  --pagination-background-color-active: #4f46e5;
  --pagination-background-color-hover: #f1f5f9;
  --pagination-text-color: #334155;
  --pagination-text-color-active: #ffffff;
  --pagination-text-color-hover: #4f46e5;
  --pagination-border-color: #e2e8f0;

  /* Footer */
  --footer-background-color: #0f172a; /* Slate 900 */
  --footer-title-color: #ffffff;
  --footer-text-color: #94a3b8; /* Slate 400 */

  /* Copyright */
  --copyright-background-color: #020617; /* Slate 950 */
  --copyright-text-color: #64748b; /* Slate 500 */
}

@media (min-width: 768px) {
  :root {
    --gutter-x: 1rem;
    --gutter-y: 1.5rem;
  }
}
@media (min-width: 992px) {
  :root {
    --gutter-x: 1.5rem;
    --gutter-y: 2rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --gutter-x: 2rem;
    --gutter-y: 2.5rem;
  }
}
