/* Ocean Palms Villa — single stylesheet.
   Pulls in the Classical design-system tokens and components, then the
   handful of page-level rules that can't live inline. */
@import url("_ds/classical-61c865ff-9673-48d2-b0a4-31499bb6afac/styles.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,400&family=Lora:ital,wght@0,400;0,500;1,400&display=swap");

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-bg); color: var(--color-text); }
a { color: var(--color-accent-700); text-decoration: none; }
a:hover { color: var(--color-accent); text-decoration: underline; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }
::selection { background: var(--color-accent-100); }
img { max-width: 100%; }
