/*
Theme Name:   Kálypto
Author:       Fernando Kylas
Theme URI: https://fernandokylas.com/resources/kalypto-wordpress-theme/
Author URI:   https://fernandokylas.com
Tags: minimal, elementor, custom, fast, developer-friendly
Description:  A feather-light, fully vanilla, custom WordPress theme for Elementor, developed by Fernando Kylas
Version:      1.0
License:      GPLv2 or later
Text Domain:  kalypto
*/

/* Minimal reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

/* Ensure main container has no extra spacing */
.site-main, main {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  line-height: 1.5;
}

/* Elementor Text Editor widget fix */
/* This fix will remove the spacing you normally get on the bottom of your text */
p {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.elementor-widget-text-editor p:last-child {
  margin: 0px;
}
