/**
* Theme Name: blockchaincentre
* Author: Lidonation
* Text Domain: blockchaincentre
* Description: Blockchain Centre Nairobi custom theme.
* Version: 1.0.0
* Author: 2Lovelaces
* Author URI: https://www.2lovelaces.com
*/

.custom-heading {
    color: rgba(25, 28, 30, 1);
    font-weight: bold;
    font-family: 'Unbounded';
}

.custom-launch-text {
    color: rgba(25, 28, 30, 1);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: 'Lexend';
}

.custom-launch-form {
    background: #ffff;
    padding: 30px;
    border-radius: 12px;
    width: 640px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    margin: 0 auto;
}

.custom-launch-form input,
.custom-launch-form textarea,
.custom-launch-form select {
    background: rgba(255,255,255,0.9);
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Lexend';
}

.custom-launch-form label {
    color: rgba(25, 28, 30, 1);
    font-weight: 600;
    font-family: 'Lexend';
}

.custom-launch-form .wp-block-button {
    width: 100% !important;
}

.custom-launch-form .wp-block-button__link {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    box-sizing: border-box !important;
}