/* Tama Living — Webfonts
   Display: Iceland (uploaded, self-hosted) — geometric/architectural display face.
   Body & UI: Montserrat (Google Fonts) — geometric humanist sans that matches the
   spaced, elegant uppercase of the wordmark and tagline. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

@font-face {
  font-family: 'Iceland';
  src: url('../assets/fonts/Iceland-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
