// resolution is used to define the breakpoints for the media queries.
// It's same as the breakpoints defined in tailwind.config.js
export const resolution = {
sm: 640,
md: 768,
lg: 1024,
};