/*
Theme Name: My Block Theme
Author: Yui Goto
Description: This block theme is inspired by vintage design aesthetics, combining a nostalgic atmosphere with clean, readable typography. Carefully selected typefaces and subtle styling details create a timeless look while ensuring clarity and usability across all layouts.
Tags: One Column, Custom Colors, custom-menu, Custom Logo, Editor Style, Featured Images, Site Editor, Block Editor Patterns, rtl-language-support, Sticky Post, threaded-comments, translation-ready, Wide Blocks, Block Editor Styles, Style Variations, Accessibility Ready, Blog, Portfolio, News
Version: 1.0
*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background-color: #ffffff;
    color: #013d5a;
    border: 1px solid #013d5a;
    border-radius: 15px;
    width: max-content;
    padding: 10px;
}

.wpcf7 input[type="submit"] {
    font-family: "Lexend";
    background-color: #013d5a;
    color: #fcfbf2;
    padding: 10px 20px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
}