/* ANGA MASTERY — spacing & layout.
   The file is not on a strict 8pt grid: real values include 14, 17, 30, 49, 98, 120.
   Those odd numbers are the design — use them, don't snap them. */
:root{
  --sp-2:2px;   --sp-4:4px;   --sp-8:8px;   --sp-10:10px; --sp-12:12px;
  --sp-14:14px; --sp-16:16px; --sp-17:17px; --sp-20:20px; --sp-24:24px;
  --sp-30:30px; --sp-32:32px; --sp-40:40px; --sp-49:49px; --sp-56:56px;
  --sp-64:64px; --sp-80:80px; --sp-98:98px; --sp-120:120px;

  /* Rhythm the designer annotated in-file */
  --stack-gap:24px;      /* between elements inside a block */
  --section-gap:80px;    /* between page sections */

  /* Layout */
  --frame-desktop:1366px;  /* desktop artboard width */
  --content-max:1226px;    /* NavBar / content column */
  --content-nav:1135px;    /* header row width */
  --gutter:70px;           /* (1366 − 1226) / 2 */
  --nav-height:70px;
}
