/*
 Theme Name:   Course Child
 Theme URI:    https://webdevcourses.com/
 Description:  Child theme for the Twenty Twenty-Four theme
 Author:       Rahman S.
 Author URI:   https://webdevcourses.com/
 Template:     course
 Version:      1.0.0
*/

/* Custom CSS goes below */

.webdev-contact-form {
    display: flex;
    flex-direction: column;
    /* font-family: "League Gothic", serif; */
    font-family: "Arvo", serif;

}
.webdev-contact-form-wrap {
    display: flex;
    flex-direction: column;
}
.webdev-contact-form-wrap label {
    color: rgb(27 15 0);
    font-weight: 700;
    font-family: var(--wp--preset--font-family--body);
}

.wp-block-button__link {
    cursor: pointer;
}

.webdev-contact-form input[type=text], .webdev-contact-form input[type=email] {
    border: 1px solid #8c8f94;
    padding: 10px;
    font: inherit;
    border-radius: 0;
}
