/*
Theme Name: The First Times Theme
Theme URI: https://example.com/
Author: Gemini
Author URI: https://example.com/
Description: A custom theme for THE FIRST TIMES website, based on a static HTML template.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thefirsttimes
*/

body {
    font-family: 'Noto Sans TC', sans-serif;
}
.oswald-font {
    font-family: 'Oswald', sans-serif;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #ccc; 
}
::-webkit-scrollbar-thumb:hover {
    background: #aaa; 
}
.slider-container {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.slider-container::-webkit-scrollbar {
    display: none;
}
.slider-slide {
    scroll-snap-align: start;
}
