@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Vazirmatn', Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, #bf109f, #810069);
    color: #fff;
    text-align: right;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #bf109f, #810069);
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

h1 {
    font-size: 3rem;
    margin: 0;
    user-select: none;
}

p {
    font-size: 1.2rem;
    margin: 10px 0;
    user-select: none;
}

.countdown {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
    user-select: none;
}

.destination-hint {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0.7;
    color: rgba(255, 255, 255, 0.5);
    direction: ltr;
    /* Ensure left-to-right for URLs */
    unicode-bidi: embed;
    text-align: center;
    word-wrap: break-word;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.footer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    color: #bf109f;
    letter-spacing: 5px;
    z-index: 1;
    user-select: none;
}