export default {
  borderRadius: {
    none: 0,
    sm: '0.25rem',
    md: '0.5rem',
    lg: '1rem',
    full: '80rem',

    half: '50%',
  },


  borderWidth: {
    none: 0,
    xs: '1px',
    sm: '2px',
    md: '4px',
    lg: '8px',
  },
}