/**
 * A360 project styles.
 *
 * Global tokens and Divi component classes will be added here as the
 * individual page sections are migrated.
 */

:root {
  --a360-ink: #050957;
  --a360-blue: #0065a3;
  --a360-cyan: #0e9be8;
  --a360-white: #ffffff;
}

.a360-site {
  overflow-x: clip;
}
