/*
Theme Name: Związek Sybiraków
Author: Aleksander Lorenc
Version: 0.5
*/

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

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

body
	{
	background: #cecece;
	font-family: system-ui, sans-serif;
	line-height: 1.5;
	}

a
	{
	color: #008500;
	}
