@font-face { font-family: Ygro; src: url('/fonts/ygro-sans-beta/YgroSansBeta-Book.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Ygro; src: url('/fonts/ygro-sans-beta/YgroSansBeta-Medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: Poppins; src: url('/fonts/poppins/Poppins-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Poppins; src: url('/fonts/poppins/Poppins-Medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }

/* First-party standalone workspaces share the website's design tokens. */
:root {
  --color-bg: #FAFAF7;
  --color-blue: #2A369E;
  --color-indigo: #3F50E7;
  --color-gold: #D0B785;
  --color-dark: #111110;
  --color-text: #1a1a1a;
  --color-muted: #6B6560;
  --color-white: #ffffff;
  --color-surface: #EDE4D8;
  --font-display: Ygro, sans-serif;
  --font-body: Poppins, sans-serif;
}
