/*
Theme Name: Pellegrin
Author: Lucky Lurker
Author URI: https://pinkbyte.de
Description: This is a theme for Alejandro Leon Pellegrin
Tested up to: 6.4
Requires at least: 6.4
Requires PHP: 8.3
Version: 0.1
Text Domain: Pellegrin
*/
html {
  scroll-behavior: smooth;
}

img {
  border-radius: 4px;
}

h1 {
  font-size: 4.125rem;
  line-height: 1.1;
  letter-spacing: 0px;
  font-weight: 300;
}

h2 {
  font-size: 3.125rem;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 300;
}

h3 {
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 300;
}

@media screen and (max-width: 1279px) {
  h3 {
    font-size: 2.25rem;
  }
}

a.pink {
  color: var(--wp--preset--color--pink);
}
a.pink:hover {
  text-decoration: underline;
}

p.pink a {
  color: var(--wp--preset--color--pink) !important;
}
p.pink a:hover {
  text-decoration: underline !important;
}

/* .wp-block-post-content { */
/*   z-index: 1; */
/*   position: relative; */
/* } */
