/*
Theme Name: STIE AMA Salatiga
Theme URI: https://ama.artim.web.id
Author: STIE AMA Team
Author URI: https://stieama.ac.id
Description: Tema WordPress modern untuk STIE AMA Salatiga dengan customizer lengkap menggunakan Kirki Framework
Version: 1.0.3
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stieama
Tags: education, college, university, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

:root {
    --primary: #3b82f6;
    --secondary: #f59e0b;
    --accent: #ec4899;
    --dark: #0f172a;
    --light: #f8fafc;
}

* {
    font-family: 'Sora', sans-serif;
}

body {
    overflow-x: hidden;
    background: var(--light);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1e293b;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #3b82f6, #f59e0b);
    border-radius: 4px;
}

/* WordPress Core Styles */
.alignnone {
    margin: 0.5em 1.5em 0.5em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 1.5em auto;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1.5em;
}

.alignleft {
    float: left;
    margin: 0.5em 1.5em 0.5em 0;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 0.5em 0;
}

.gallery-caption {
    display: block;
}

.sticky {
    /* Add your sticky post styles */
}

.bypostauthor {
    /* Add author highlight styles */
}

/* Screen Reader Text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Remove underline from all links */
a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}
