@font-face {
    font-family: 'Cambria';
    src: url('https://privatemoonstudios.com/font/Cambria.eot');
    src: url('https://privatemoonstudios.com/font/Cambria.eot?#iefix') format('embedded-opentype'),
        url('https://privatemoonstudios.com/font/Cambria.woff2') format('woff2'),
        url('https://privatemoonstudios.com/font/Cambria.woff') format('woff'),
        url('https://privatemoonstudios.com/font/Cambria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
	--primary-color: #9f462d;
	--secondary-color: #e3d7cd;
	--ternary-color: black;
	--bg-color: #242424;

}

html {
    background-image:url(bg.png);
    background-repeat:repeat;
    font-family: 'Cambria';
}

body {
    background-color: var(--secondary-color);
    max-width: 980px;
    margin: 0 auto;
    
}
