/*
Theme Name:   Astra Child
Theme URI:    https://marketsolver.pl
Description:  Astra Child Theme for MarketSolver.pl — Block-First, Update-Resilient
Author:       MarketSolver
Author URI:   https://marketsolver.pl
Template:     astra
Version:      1.5.7
Text Domain:  astra-child
*/

/* ============================================================
   CSS Reset & Base Styles
   ============================================================ */

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}
