/*
Theme Name: EduCBT Frontend Portal
Theme URI: https://deodevs.com/educbt-frontend-portal
Copyright: 2026 DeOdevs Team
Author: DeOdevs
Author URI: https://deodevs.com
Description: Frontend theme for EduCBT Pro with role-sensitive portal pages for student and staff workflows.
Version: 1.0.0
Tags: education, one-column, custom-logo, custom-menu, featured-images, translation-ready
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.2
Text Domain: educbt-frontend-portal
Contributors: DeODevs Team
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Copyright (C) 2026 DeOdevs Team

This theme 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
any later version.
*/

:root {
    --educbt-bg: #f5f8ff;
    --educbt-surface: #ffffff;
    --educbt-ink: #1f2430;
    --educbt-muted: #5f6879;
    --educbt-primary: #0a6fb7;
    --educbt-primary-strong: #04538b;
    --educbt-accent: #f7b733;
    --educbt-danger: #b42318;
    --educbt-border: #dfe5f2;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: radial-gradient(circle at 5% 5%, #eaf3ff 0%, #f5f8ff 38%, #f4f7fd 100%);
    color: var(--educbt-ink);
    font-family: "Poppins", "Nunito Sans", "Avenir Next", "Segoe UI", sans-serif;
}

a {
    color: var(--educbt-primary);
}

a:hover {
    color: var(--educbt-primary-strong);
}

button,
input,
select,
textarea {
    font: inherit;
}
