/*
Theme Name: My Child Theme
Theme URI: https://markuslehtsalu.ee/my-child-theme
Description: A child theme of Twenty Twenty-Five.
Author: Mattias Pärt
Author URI: https://mattiasprt.ee
Template: twentytwentyfive
Version: 1.2.8
License: GNU General Public License v2 or later
Text Domain: my-child-theme
*/

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.15; 
  background-image: url('https://markuslehtsalu.ee/wp-content/uploads/2025/09/cream-paper.png'); 
  background-repeat: repeat;
  background-size: auto; 
}
