/*
Theme Name: Aktu-Papers theme
Theme URI: https://aktu-papers.in
Author: Ankit
Description: A modern, premium WordPress theme for AKTU academic resources, built with Tailwind CSS.
Version: 2.0
*/

/* ─── Custom CSS only for things Tailwind CDN can't handle ─── */

/* Smooth scroll */
/* Font Faces */

@font-face {
    font-family: "Nunito Sans";
    src: url("assets/fonts/nunito-sans-latin-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("assets/fonts/nunito-sans-latin-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("assets/fonts/nunito-sans-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/poppins-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/poppins-latin-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/poppins-latin-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Global Theme */

:root {
    --font-body: "Nunito Sans", sans-serif;
    --font-heading: "Sora", sans-serif;
}

body {
    font-family: var(--font-body);
    margin: 0; padding: 0;
}


.poppins {
    font-family: 'Poppins', sans-serif;
}



html { scroll-behavior: smooth; }

.no-scrollbar::-webkit-scrollbar {display: none;}
.no-scrollbar {scrollbar-width: none;}
/* Remove default WordPress body margin */


/* Custom scrollbar */


/* Logo image control */
.site-logo img { height: 33px; width: auto; object-fit: contain; }

/* Search input focus ring */
.search-input:focus { outline: none; }


/* ======================================================
POST THEME END 
====================================================== */





