heartwood every commit a ring
528 B raw
const strings = {
  title: "Isaac Bythewood",
  description:
    "Isaac Bythewood is a Senior Solutions Architect at Craftmaster Furniture " +
    "located in Elkin, NC.",
};

const theme = {
  colors: {
    primary: "#20232e",
    blue: "#0e3ff4",
    purple: "#842bff",
  },
  breakpoints: {
    mobile: "max-width: 767.98px",
    tablet: "max-width: 1023.98px",
  },
  transitionDuration: "250ms",
  animationDuration: "1500ms",
  animationTimingFunction: "ease-in-out",
  borderRadius: "3px",
};

export { strings, theme };