/*
Theme Name: Aktu Papers 2.0
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 */


body {
    font-family: "Nunito Sans", sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
    margin: 0; padding: 0;
}





@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: "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;
}


html { scroll-behavior: smooth; }

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


/* Custom scrollbar */

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

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 15 / 9;
}



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





