/* =====================================================
   JANKI AGRO INDUSTRIES
   MAIN STYLESHEET
===================================================== */


/* Design Variables */
@import url("./variables.css");


/* Browser Reset */
@import url("./reset.css");


/* Typography */
@import url("./typography.css");


/* Layout */
@import url("./layout.css");


/* Components */
@import url("./components.css");


/* Page Specific Styles */
@import url("./pages.css");


/* Responsive */
@import url("./responsive.css");

/* =============================================
   GLOBAL POPPINS FONT
============================================= */

html,
body,
button,
input,
textarea,
select {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
label,
strong,
small,
button,
input,
textarea,
select {
    font-family: "Poppins", sans-serif;
}