/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 20 2025 | 05:53:00 */
@font-face {
    font-family: 'Trajan Pro Regular';
    src: url('/wp-content/themes/wdjewelry/fonts/trajan_pro_regular-webfont.woff2') format('woff2'),
        url('/wp-content/themes/wdjewelry/fonts/trajan_pro_regular-webfont.woff') format('woff'),
        url('wp-content/themes/wdjewelry/fonts/trajan_pro_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'P22 Underground';
    src: url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYLight.woff2') format('woff2'),
        url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYLight.woff') format('woff'),
        url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'P22 Underground';
    src: url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYBook.woff2') format('woff2'),
        url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYBook.woff') format('woff'),
        url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'P22 Underground';
    src: url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYMedium.woff2') format('woff2'),
        url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYMedium.woff') format('woff'),
        url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'P22 Underground';
    src: url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYDemiBold.woff2') format('woff2'),
        url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYDemiBold.woff') format('woff'),
        url('/wp-content/themes/wdjewelry/fonts/P22UndergroundCYDemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}


@font-face {
    font-family: 'Axiforma';
    src: url('/wp-content/themes/wdjewelry/fonts/Axiforma-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Axiforma';
    src: url('/wp-content/themes/wdjewelry/fonts/Axiforma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Axiforma';
    src: url('/wp-content/themes/wdjewelry/fonts/Axiforma-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Axiforma';
    src: url('/wp-content/themes/wdjewelry/fonts/Axiforma-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

body, label {
	font-family: "P22 Underground", Tahoma, sans-serif;
	font-weight: 400;
	color: #000000;
}

label {
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6,
.product_title {
	font-family: "Trajan Pro Regular", Tahoma, sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #000000;
}

.footer-content-main h2 {
	padding-top: 15px;
	font-size: 13px !important;
}


