import { } from "react";


const baseColor = "#A62287"
const colorBgGrey = '#EEF1F8';
const colorBrown = '#704728'

export default class Style {
  static colorPrimaryMarket: string = baseColor
  static colorPrimaryMart: string = '#40CEFF'
  static colorGreen: string = '#2CB159'
  static colorBgGrey: string = colorBgGrey
  static colorBrown: string = colorBrown

}