Island Boutique — Design System

Foundation verification page. Review tokens, typography, and base styles.

Typography

Display — Lora

h1 — The Adriatic Awaits

h2 — Sun-Drenched Apartments on Rab Island

h3 — Wake Up to the Sound of the Sea

h4 — Every Detail, Curated for You

h5 — Boutique Comfort Meets Coastal Charm
h6 — Your Island Story Starts Here

Body — Nunito Sans

Lead paragraph — Nestled along the pristine shores of Rab island, our apartments offer an intimate escape where Mediterranean warmth meets refined modern living.

Body text — Each apartment has been thoughtfully designed with locally sourced stone, handcrafted details, and panoramic views of the Adriatic. Whether you're seeking a peaceful retreat or an adventure-filled getaway, our island home becomes yours.

Small text — Prices start from €120/night. Minimum stay 3 nights during peak season.


Inline elements

This is a link to availability within body text. Here is bold text and italic emphasis. Also inline code and highlighted text.

"The most beautiful apartment we've ever stayed in. The view from the terrace at sunset is unforgettable."

Lists
  • Air conditioning throughout
  • Private parking included
  • Fully equipped kitchen
  • Sea-view terrace
  1. Choose your apartment
  2. Select your dates
  3. Send us an inquiry
  4. Receive confirmation

Code block
// Design tokens usage
.card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: var(--space-lg);
}

Color Palette

Primary

Navy#1B2D3A
Terracotta#D4845A
Text#2B2B2B

Neutral Backgrounds

Warm White#FAFAF7
Sand#F5F0E8
Sky#E8F0F4

Supporting

Slate#4A6274
White#FFFFFF
Terracotta Hover#C57548
Navy Light#243B4D

Semantic

Focus#4A90D9
Error#C94B4B
Success#5A9E6F
Warning#D4A84A

Spacing Scale

--space-xs
4px
--space-sm
8px
--space-md
16px
--space-lg
24px
--space-xl
32px
--space-2xl
48px
--space-3xl
64px
--space-4xl
80px

Border Radius

--radius-sm8px
--radius-md16px
--radius-lg24px
--radius-pill9999px

Shadows

--shadow-sm
--shadow-md
--shadow-lg
--shadow-xl

Buttons

Button component styles (not yet built). Previewing the spec with inline styles:

States

Form Inputs

Container & Section Demo

This section uses .section for vertical rhythm and .container for centered max-width content. The container is capped at 1200px with 24px side padding.

Dark Section (Navy)

This demonstrates a navy background section, used for the header, footer, and stat bars. Text inverts to white for contrast.

Focus & Interaction

Tab through these elements to see focus rings:

Focusable Link

Temporary design system page — delete after verification.