/*
 * Copyright (c) 2026. Prosight, a.s. prosight.sk
 */

/*
 Theme Name: Prosight theme 2026
 Author: Prosight, a.s.
 Author URI: https://www.prosight.sk
 Description: Prosight corporate theme
 Version: 0.0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom design, responsive, corporate theme
 Text Domain: prosighttheme
 */

* {
    box-sizing: border-box;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
/*     --grid-layout-base: 1fr minmax(769px, 1110px) 1fr; */
	--grid-layout-base: 1fr minmax(730px, 1110px) 1fr;
    --grid-layout-base-mob: 20px 1fr 20px;
    --anim25: all .25s ease;
    --anim35: all .35s ease;
    --anim45: all .45s ease;
    --shadow1: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --shadow2: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    --width98-560: min(98%, 560px);
    --width100-560: min(100%, 560px);

	--gutter-xl: padding-bottom: 96px;
	--gutter-l: padding-bottom: 64px;
	--gutter-m: padding-bottom: 48px;
	--gutter-s: padding-bottom: 32px;
	--gutter-xs: padding-bottom: 16px;

  /* Media Queries */
  /* --xl: max-width: 959px;  */
}
