/*
Theme Name: Prospect Center
Theme URI: https://prospectcenter.com
Author: Antigravity
Description: Custom theme for Prospect Center project.
Version: 1.0.0
Text Domain: prospect-center
*/

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.slant-divider {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

.editorial-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
