/*
Theme Name: My Favorite Theme
Description: MFWD simple boilerplate WordPress theme with Tailwind CSS.
Version: 1.0.0

*/

body {
	margin: 0;
}
p {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 20px;
}
img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
label,
input,
textarea {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
[type=submit] {
	border: 0;
}
[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
	--tw-shadow: 0 0 #0000;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: .5rem .75rem;
}
[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1c64f2;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
}