@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@1,500&family=Josefin+Sans:wght@700&family=Karma:wght@700&display=swap');

@font-face {
      font-family: 'Horizon'; /* Choose a name for your font */
      src: url('../webfonts/horizon.otf') format('truetype');
      font-style: normal;
      font-display: swap; /* Improves performance by displaying a fallback until the font loads */
    }
@font-face {
      font-family: 'Horizon-O'; /* Choose a name for your font */
      src: url('../webfonts/horizon_outlined.otf') format('truetype');
      font-weight: 400; /* Adjust as needed for different weights */
      font-style: normal;
      font-display: swap; /* Improves performance by displaying a fallback until the font loads */
    }

h1 {
    color: #5eb090;
}

h2, h3 {
    color: #fffcf6;
}

h4,h5,h6 { 
    color: #fffcf6;
}

p,li,label,a{
    font-family: Montserrat Alternates;
}

h1,h2 {
    font-family: 'Horizon' ;
}
h3,h4,h5,h6 {
    font-family: Cormorant;
}

/* h1 {
    font-family: 'Asap';
}

h2, h3, h4, h5, h6, em {
    font-family: 'Karma';
} */

p {
    font-family: 'Josefin Sans';
}

.badge {
    font-family: 'Josefin Sans';
    font-size: larger;
    font-weight: 600;
}

.text-ac1 {
    color: #102C57;
}

.text-ac2 {
    color: #DAC0A3;
}

.text-ac3 {
    color: #EADBC8;
}

#comments {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#comment {
    text-decoration: none;
}

#subComments {
    list-style-type: none;
}