@import "tailwindcss";

@theme {
    --font-display: "Verdana", sans-serif;
}

.speaker-form {
    background-color: #F6F7F8;
    border: 1px solid #D6D9DC;
    border-radius: 3px;

    width: 80%;
    padding: 50px;
    margin: 0 0 40px 0;
}