/* Arquitecta (Latinotype) — Greenfield Group brand font
   Upload this file together with the three .otf files in the SAME folder.
   The src paths are relative, so they resolve against this CSS file's own URL
   on any CDN — no need to hardcode the CDN domain. */

@font-face {
  font-family: 'Arquitecta';
  src: url('./arquitecta-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arquitecta';
  src: url('./arquitecta-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arquitecta';
  src: url('./arquitecta-heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
