/*
Theme Name: Planner Custom Theme
Theme URI: https://example.com/planner-custom-theme
Author: First Idea
Author URI: https://example.com/
Description: Production marketing theme for the Elysian event planning and wedding invitations website.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: planner-custom
*/

html {
    scroll-behavior: smooth;
}

img {
    height: auto;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}
