/*
Theme Name:		 Árnastofnun
Theme URI:		 http://childtheme-generator.com/
Description:	 Árnastofnun is a child theme of Twenty Twenty-Two, created by ChildTheme-Generator.com
Author:			 Trausti Dagsson
Author URI:		 http://childtheme-generator.com/
Template:		 twentytwentytwo
Version:		 1.0.0
Text Domain:	 arnastofnun
*/
/*
    Add your custom styles here
*/
body {
  --wp--preset--color--foreground: #772122 !important;
  --wp--preset--font-family--source-serif-pro: 'Roboto Condensed', sans-serif !important;
  --wp--preset--font-family--system-font: 'Roboto Condensed', sans-serif !important;
  --wp--custom--typography--font-size--gigantic: clamp(2.05rem, 6vw, 2.55rem) !important;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}
.wp-block-page-list {
  gap: 10px !important;
}
.wp-block-page-list .wp-block-navigation-item a {
  padding: 4px 10px !important;
  background: #ffffff4a;
  border-radius: 2px;
  transition: all 300ms ease-in-out;
}
.wp-block-page-list .wp-block-navigation-item a:hover {
  text-decoration: none;
  background: #ffffff8c;
}
.wp-block-page-list .wp-block-navigation-item.current-menu-item a {
  background: #fff;
  color: var(--wp--preset--color--foreground);
}
.entry-content > :where(:not(.alignleft):not(.alignright)),
.wp-container-7 > :where(:not(.alignleft):not(.alignright)),
.wp-container-9 > :where(:not(.alignleft):not(.alignright)),
.wp-container-10 > :where(:not(.alignleft):not(.alignright)) {
  max-width: 1000px !important;
}
