/*
Theme Name: Sekolahin
Theme URI: https://sekolahin.id
Author: RSA Developer
Author URI: https://sekolahin.id
Description: Mobile school app child theme for Page Builder Framework.
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.1
Template: page-builder-framework
Text Domain: sekolahin
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: education, school, mobile, pwa, custom-menu
*/

:root {
    --primary: #1F6F5F;
    --secondary: #3f8f80;
    --success: #16a34a;
    --warning: #f6c453;
    --danger: #dc2626;
    --ink: #15151f;
    --muted: #70737f;
    --line: #eceef3;
    --soft: #ffffff;
    --card: #ffffff;
    --lavender: #eef7f4;
    --pink-soft: #f5faf8;
    --radius: 16px;
    --mobile-width: 480px;
    --shadow: none;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #ffffff;
    color: var(--ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}
