/*
Theme Name: Luigi's Mansion 2026
Author: Shen Lu
Description: A classic WP theme for OrangeIsBorange for use with Luigi's Mansion guides.
Version: 1.0
License: MIT License
Tags: custom, classic
Text Domain: luigimansion-2026
*/

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    margin: 0px;
    background-image: url('assets/images/edgetile.png'), url('assets/images/edgetile-flip.png'), url('assets/images/maintile.png');
    background-repeat: repeat-y, repeat-y, repeat;
    background-position: left, right, center;
}

@font-face {
    font-family: "FOT-ComicMystery Std";
    src: url('assets/fonts/FOT-ComicMystery Std.otf') format('opentype');
}

@font-face {
    font-family: "FOT-PopHappiness Std";
    src: url('assets/fonts/FOT-PopHappiness Std (EB).ttf');
}