


/* test standard variables */
:root {
--bg-image: url('/Shows/2025Nothing-Kingly/rat-paper.png');
--bg-color: tan;

--header-font: 'ArtsyNight';
--header-color: #FF283A;
--main-font: serif;
--text-color: #FF283A;
--link-color: white;
--link-hover-color: blue;

--box-background: #140a01;
--side-background: #140a01;
--border-color: #FF283A;

--nav-trans-background: url('Sitewide/Box-Fabric-Background-Dark.png');
--box-trans-background: url('Sitewide/Box-Fabric-Background-Dark.png');
--headers-trans-background: url('/Shows/2025Nothing-Kingly/fresh-snow.png');

--cursor-main: url('Cursors/Mesa-Teal.cur');
--cursor-hover: url('Cursors/Mesa-Gold.cur');
}

.nav1 {
--nav-color: #76AFC2; 
--nav-button: url('Sitewide/Blue-Button-20.png');
}

.nav2 {
--nav-color: #4FBA83; 
--nav-button: url('Sitewide/Green-Button-20.png');
}



/* fonts */
@font-face {
    font-family: "Nougat";
    src: url("Nougat-ExtraBlack.ttf");
}

@font-face {
    font-family: "Craftstone";
    src: url("Fonts/Craftstone.ttf");
}

@font-face {
    font-family: "GramophoneNF";
    src: url("Fonts/GramophoneNF.ttf");
}

@font-face {
    font-family: "Aladin";
    src: url("Fonts/Aladin-Regular.ttf");
}

@font-face {
    font-family: "ArtsyNight";
    src: url("/Shows/2025Nothing-Kingly/ArtsyNight.otf");
}
/* fonts */