/**
 * This file is part of Application Guy Professional.
 *
 * Application Guy Professional is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * Application Guy Professional is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Application Guy Professional. If not, see <https://www.gnu.org/licenses/>.
 *
 * Copyright (C) 2024 MD Arzan Hosen
 */
/* Editor Styles for Application Guy Pro */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #0f172a;
    line-height: 1.6;
}

.wp-block-post-title {
    font-weight: 700;
}

a {
    color: #2563eb;
}


