/*
Theme Name: ALINE Performance
Theme URI: https://example.com/aline
Author: ALINE
Author URI: https://example.com
Description: Custom ALINE theme emphasizing high-performance digital solutions for dental practices.
Version: 1.0.0
Text Domain: aline
*/

:root {
  --aline-ink: #0b1220;
  --aline-graphite: #f4f6fb;
  --aline-slate: #e6e9f2;
  --aline-silver: #ffffff;
  --aline-sky: #0066ff;
  --aline-mint: #1fb590;
  --aline-white: #ffffff;
  --aline-radius: 1.25rem;
  --aline-shadow: 0 24px 60px rgba(9, 20, 45, 0.08);
  --aline-soft-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  margin: 0;
  background: var(--aline-graphite);
  color: var(--aline-ink);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}
