/*
 Theme Name:   plastic
 Theme URI:    na
 Description:  My first theme
 Author:       Alexander
 Author URI:   https://example.com
 Template:     frontis
 Version:      0.0.2
*/

body {
	background-color:var(--wp--preset--color--transparent-white);
	color:var(--wp--preset--color--charcoal-black);
}

h1, h1 strong, h2, h3, h4 {
	color:var(--wp--preset--color--new-red);
}

.wp-block-navigation__container, .wp-block-navigation{
	margin: 1em;
	padding: 1em;
	background-color:var(--wp--preset--color--charcoal-black);
	color:var(--wp--preset--color--transparent-white);
	border-radius:3em;
	font-size:1.25em;
}