/*
Theme Name: Reset Homepage Elementor Theme
Theme URI: https://example.com/
Author: Codex
Author URI: https://example.com/
Description: Minimal Elementor-compatible theme bundled with the Reset homepage builder widget.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: reset-homepage-elementor-theme
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #2f3440;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}

a {
  color: inherit;
}

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

.site-main {
  min-height: 60vh;
}
