/**
 * Theme Name:     SwiftCart Child
 * Author:         SolverWp
 * Template:       swiftcart
 * Text Domain:	   swiftcart-child
 * Description:    SwiftCart child theme, recoloured to the Adelaide Mobility Services brand
 *                  (Ember / Parchment / Forge Black) via the parent theme's own CSS custom
 *                  properties -- no core file edits, survives parent theme updates.
 */

:root {
  --swiftcart-font: "DM Sans", sans-serif;
  --swiftcart-heading-font: "Playfair Display", serif;
  --swiftcart-special-font: "DM Mono", monospace;
  --swiftcart-body: #F5F0E8;
  --swiftcart-base: #C8522A;
  --swiftcart-base-rgb: 200, 82, 42;
  --swiftcart-secondary: #E08A5F;
  --swiftcart-secondary-rgb: 224, 138, 95;
  --swiftcart-text: #6B655D;
  --swiftcart-text-rgb: 107, 101, 93;
  --swiftcart-text-gray: #9C948A;
  --swiftcart-text-gray-rgb: 156, 148, 138;
  --swiftcart-gray: #EFE8DB;
  --swiftcart-gray-rgb: 239, 232, 219;
  --swiftcart-gray-2: #E2D9C8;
  --swiftcart-gray-2-rgb: 226, 217, 200;
  --swiftcart-white: #FFFFFF;
  --swiftcart-white-rgb: 255, 255, 255;
  --swiftcart-black: #0D0D0D;
  --swiftcart-black-2: #0D0D0D;
  --swiftcart-black-rgb: 13, 13, 13;
  --swiftcart-black-2-rgb: 13, 13, 13;
  --swiftcart-border-color: #E2D9C8;
  --swiftcart-border-color-rgb: 226, 217, 200;
}

body {
  background-color: var(--swiftcart-body);
}
