/*
Theme Name: Embryo Core
Theme URI: https://embryo.com
Author: Embryo Development Team
Author URI: https://embryo.com/who-we-are/#our-team
Description: The core theme for Embryo WordPress themes.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: embryo-core
*/

/* Base styling */
* {
    box-sizing: border-box;
}
img {
    width: 100%;
}

:root{
    --primary-color: #030332;
    --secondary-color: #E63491;
    --light-grey-color: #F5F5F5;
}

/* Editor Styling */
.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block {
    margin: 0 auto;
    max-width: 100%;
}

/* Rankmath styling */
.rank-math-breadcrumb {
    color: white;
    font-weight: 600;
}
.rank-math-breadcrumb a {
    color: white;
    text-decoration: none;
    opacity: 0.6;
    font-weight: 400;
}
.rank-math-breadcrumbs .separator {
    margin: 0 5px;
    opacity: 0.5;
}
.splide__slide__content__logo img {
    max-width: 120px;
    height: 100%;
}