/* Amplify Ads brand colours. Generated from the site theme; edit the theme, not this file. */
:root {
  /* Amplify Ads */
  --amplify-cyan: #47bbe8; /* Cyan. Gradient start. The cool end. */
  --amplify-pink: #d94591; /* Pink. Gradient end. The warm end. */
  --amplify-ink: #1f1f1f; /* Ink. Headlines, body copy, the wordmark. */
  --amplify-muted: #5f6368; /* Grey. Captions, labels, the strapline. */
  --amplify-paper: #ffffff; /* White. The ground. Everything sits on it. */

  --amplify-gradient: linear-gradient(95deg, #47bbe8 0%, #d94591 100%);
  --amplify-font-sans: 'Google Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
