/**
 * Custom styles for Thoai theme
 * Add your custom CSS here to override or extend Tara theme styles
 */

/* Example: Custom color scheme */
/*
:root {
  --color-primary: #007bff;
  --color-secondary: #6c757d;
  --color-accent: #28a745;
}
*/

/* Example: Custom typography */
/*
body {
  font-family: 'Your Custom Font', sans-serif;
}
*/

/* Add your custom styles below */
