/* Blog */

body:is(.blog,.archive) div#page {
		padding-left: 20px;
		padding-right: 20px;
		max-width: unset;
}

body:is(.blog,.archive) div#page > div {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
}

nav#nav-below {
    margin-left: 0;
    text-align: center;
}

/* Remove Underline */
a{text-decoration:none}

.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled{
	background-color: transparent;
}


/* Circular Std */
@font-face {
    font-family: 'Circular Std';
    src: url('https://josejruiz.com/wp-content/uploads/2025/05/CircularStd-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('https://josejruiz.com/wp-content/uploads/2025/05/CircularStd-BookItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('https://josejruiz.com/wp-content/uploads/2025/05/CircularSpotifyText-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('https://josejruiz.com/wp-content/uploads/2025/05/CircularSpotifyText-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Stencil */
@font-face {
    font-family: 'Stencil';
    src: url('https://josejruiz.com/wp-content/uploads/2025/05/CeraStencil-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Sentinel */
@font-face {
    font-family: 'Sentinel';
    src: url('https://josejruiz.com/wp-content/uploads/2025/05/Sentinel-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sentinel';
    src: url('https://josejruiz.com/wp-content/uploads/2025/05/Sentinel-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


/* Remove Comments */
.comments-area,
.comment-list,
#comments {
    display: none !important;
}