/*
Theme Name: Onewon
Theme URI: https://example.com/onewon
Author: Onewon
Author URI: https://example.com
Description: Minimal theme for LP.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onewon
*/

:root {
  --base-font: "Helvetica Neue", Arial, sans-serif;
}

body {
  margin: 0;
  font-family: var(--base-font);
  line-height: 1.6;
  color: #222;
}

main {
  display: block;
  min-height: 100vh;
}
