/*
Theme Name: GuideBean
Theme URI: https://guidebean.com
Author: GuideBean Team
Author URI: https://guidebean.com
Description: A minimalist and clean WordPress theme for tutorial and guide blogs, inspired by guidebean.com. Built with Tailwind CSS.
Version: 1.0.0
Text Domain: guidebean
*/

/* 
 * We are using Tailwind CSS via CDN for this theme.
 * Custom styles are minimal as utility classes handle the design.
 */

body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
