/*
Theme Name: Remote X Child
Theme URI: http://remote-expeditions.com/
Description: A child theme for the Remote X theme
Author: Your Name
Author URI: http://remote-expeditions.com
Template: remotex
Version: 1.0.0
*/

/* Import the parent theme's stylesheet */
@import url("../remotex/style.css");

/* Add your custom CSS below this line */


/*
 
? LOAD FONTS LOCALLY
 
*/

@font-face {
    font-display: swap;
    font-family: 'Allison';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/allison-v11-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Deactivated, too bold */
/* @font-face {
    font-family: 'AbrilFatface';
    src: url('./fonts/AbrilFatface-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('./fonts/PlayfairDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.double-sidebar > :nth-child(1) {
    grid-column: auto / span 2;
}

.double-sidebar {
    display: grid;
    gap: var(--space-m);
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));

}
