/*
Theme Name: Genesis Block Child Theme
Template: genesis-block-theme
Author: The Agency Network
Version: 1.0
*/

/* Global Styles */
@import 'assets/css/global/_variables.css';
@import 'assets/css/global/_typography.css';

/**
 * Override parent theme link styles
 * These selectors match the parent theme's specificity
 */
.entry-content p a:not([class]),
.header-text a:not([class]) {
    box-shadow: none;
}

.alignfull, .alignwide {
    margin-bottom: 0;
}

::selection {
    background: var(--color-blue);
    color: var(--color-white);
}