/*
Theme Name: My Fast Theme
Theme URI: https://alexmd.com/my-fast-theme/
Author: Alex
Author URI: https://example.com/
Description: A fast, SEO-friendly, and secure WordPress theme with AJAX navigation and a custom application portal.
Version: 1.2.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-fast-theme
Tags: custom-background, custom-logo, custom-menu, post-thumbnails, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool.
*/

/* This helper class is used by Tailwind to truncate text to 3 lines */
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

