/*
Theme Name: Student App Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: AJAX based student listing theme
Version: 1.0
*/

/* =========================
   GOOGLE FONTS
========================= */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* =========================
   GLOBAL FONT SETUP
========================= */

/* Normal text */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #222;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* =========================
   STUDENT APP SPECIFIC
========================= */

/* School name */
.all-data-btn span ,button{
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
}

/* Student name */
.student-info h3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
}

/* Card text */
.student-info p,
.student-card p,
.student-header span,
.all-data-btn span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
