/*
Theme Name: Webrakéta
Theme URI: https://webraketa.hu
Author: Webrakéta Kft.
Author URI: https://webraketa.hu
Description: Webrakéta saját WordPress sablon
Version: 1.0
Text Domain: webraketa
*/

/* ------------------------------------------------------------------
   Alap reset
------------------------------------------------------------------ */

html {
    box-sizing: border-box;
}

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

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

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