@charset "UTF-8";
/* CSS Document */

@import url("fontawesome.min.css");
@import url("custom.css");

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


html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.2em!important;
}

h1 {font-size: 1.8em!important}
h2 {font-size: 1.5em!important}
h3 {font-size: 1.2em!important}


.text-purple {color:#EE235B}
.text-blue { color: #1e5fd8; }
.text-orange { color: #f26a3d; }
.text-green { color: #2bb673; }
.text-yellow { color: #f5c36a; }
.text-pink {color: #e91e63; }

