/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.button {
  background-color: white;
  border: none;
  color: black;!important
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Jost', sans-serif;
}


/* 🟠 1. Apar Orange (Primary Brand) */
.button1 {border: 2px solid #f7941d;}
.button1:hover {background-color: #f7941d; color: #fff;}

/* 🔴 2. Deep Red */
.button2 {border: 2px solid #ed1c24;}
.button2:hover {background-color: #ed1c24; color: #fff;}

/* ❤️ 3. Bright Red */
.button3 {border: 2px solid #d22730;}
.button3:hover {background-color: #d22730; color: #fff;}

/* ⚫ 4. Solid Black */
.button4 {border: 2px solid #000000;}
.button4:hover {background-color: #000000; color: #fff;}

/* 🔵 5. Power Blue */
.button5 {border: 2px solid #0072bc;}
.button5:hover {background-color: #0072bc; color: #fff;}

/* HEADINGS (H1–H6) */
h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
  text-transform: none;
}

h1 { font-size: 2.5rem; }   
h2 { font-size: 2rem; }    
h3 { font-size: 1.75rem; }  
h4 { font-size: 1.5rem; }  
h5 { font-size: 1.25rem; }  /* ~20px */
h6 { font-size: 1.1rem; }   /* ~18px */
