/*
Theme Name: wow-careable
Theme URI: https://careable.co.jp
Author: Careable
Author URI: https://careable.co.jp
Description: Corporate theme for Careable Inc.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wow-careable
*/

/* Custom Styles from front-page.html */
.curved-bg {
    border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fade-in-up 1.0s ease-out forwards;
    opacity: 0;
}

.animation-delay-200 {
    animation-delay: 0.2s;
}

.animation-delay-400 {
    animation-delay: 0.4s;
}

.text-outline {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.75rem;
    margin: 0 0.2rem;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    color: #374151;
    background: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-numbers.current {
    color: #ffffff;
    background: #1e3a8a;
    border-color: #1e3a8a;
}

.page-numbers.dots {
    border-color: transparent;
    background: transparent;
}
