/*
Theme Name: BioLink Custom Theme
Theme URI: https://example.com/biolink-theme
Author: BioLink Configurator
Author URI: https://example.com
Description: A fully configurable Link-in-Bio theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, full-width, one-column
Text Domain: biolink-theme
*/

/* 
 * This theme uses Tailwind CSS via CDN for styling to match the React prototype.
 * Custom styles can be added below.
 */

body {
    overflow-x: hidden;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
