


/* test standard variables */
:root {
--bg-image: url('/Shows/2025Woman-With-Thorns/thorns-background.jpg');
--bg-color: #7b7c5a;

--header-font: 'Berry';
--header-color: #7b7c5a;
--main-font: serif;
--text-color: white;
--link-color: #7b7c5a;
--link-hover-color: blue;

--box-background: #4E1E18;
--side-background: #4E1E18;
--border-color: #5B734E;

--nav-trans-background: url('Sitewide/dark-fabric-transparent-texture.png');
--box-trans-background: url('Sitewide/dark-fabric-transparent-texture.png');
--headers-trans-background: url('Sitewide/Box-Fabric-Background-Light.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: "Berry";
    src: url("/Shows/2025Woman-With-Thorns/Berry Rotunda.ttf");
}
/* fonts */