/*
Theme Name: FANB 2026
Theme URI: none
Author: Jekyll & Hyde
Author URI: http://jhbranding.com/
Description: FANB 2025: szkielet strony
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
dl, dt {
 margin: 0;
 padding: 0;
 border: 0;
 vertical-align: baseline;
}

html {-webkit-text-size-adjust: 100%}

html, body {
    width: 100%;
	background-color: white;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	color: #383838;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	position: relative;
}

/*body a, body .radio-container, body .checkbox-container {cursor: url('./img/cursor-pointer.png'), auto}

body input {cursor: url('./img/cursor-text.png'), auto}
*/

a {
	text-decoration: none;
	color: black;
}

body .wp-block-columns {
    gap: 0;
    flex-wrap: wrap;
    align-items: stretch;
}



/*GRID: 568px */
@media all and (max-width: 568px) {
	
html, body {
	font-size: 15px;
	line-height: 22px;
}
	
}