/*
Theme Name: Focused Spark Blogmate
Template: bloglo
Version: 1.0.0
Description: Child theme of Bloglo for Focused Spark customizations
*/

@import url('../bloglo/style.css');

/* CSS Variables for Navigation */
:root {
    --primary-main: #2196F3;
    --primary-dark: #1976D2;
    --text-primary: #212B36;
    --text-secondary: #637381;
    --background-paper: #FFFFFF;
    --background-neutral: #F4F6F8;
    --divider: rgba(145, 158, 171, 0.24);
}