@font-face {
    font-family: 'MyriadConcept';
    src: url('assets/fonts/Myriad Variable Concept.woff2') format('woff2'),
         url('assets/fonts/Myriad Variable Concept.ttf') format('truetype');
    font-weight: 400; /* Regular weight */
    font-style: normal;
}
.divider{
    padding-top:100px;
}

.header-img {
    max-width: 40%;
    height: auto;
}

.social-links a {
    margin: 0 10px;
    text-decoration: none;
}

.content-row {
    margin-top: 20px;
    /* Adds spacing between rows */
}

body{
    background-color:#EFEFEF;
}

a {
    color: inherit;
    /* Makes the link inherit the color of its parent element */
    text-decoration: none;
    /* Removes the underline */
}

/* Optionally, you can define specific hover or active states */
a:hover {
    color: inherit;
    /*   color: #yourCustomColor; Replace with your desired hover color */
    text-decoration: underline;
    /* Optional: Add underline on hover if desired */
}


.grey-pantone-430 {
    color: #5B6770;
    /* For text */
    /*  background-color: #5B6770; */
    /* For background color */
}

.gold-pantone-871 {
    color: #86754D;
    /* For text */
    /* background-color: #86754D; */
    /* For background color */
}



.rtl-text {
    direction: rtl;
    text-align: right;
    font-size: 1.3em;
    font-family: "MyriadConcept", sans-serif;
    font-variation-settings: 'wght' 300, 'wdth' 100;
    color:#666666;
   
}




.rtl-text-ttl {
    direction: rtl;
    text-align: right;
    font-size: 1.3em;
    font-family: "MyriadConcept", sans-serif;
    font-variation-settings: 'wght' 500, 'wdth' 100;
    color:#666666;
   
}


.ltl-text {
     
    text-align: right;
    font-size: 1em;
    font-family: "MyriadConcept", sans-serif;
    font-variation-settings: 'wght' 300, 'wdth' 100;
    color:#666666;
   
}




.ltl-text-ttl {
   
    text-align: right;
    font-size: 1em;
    font-family: "MyriadConcept", sans-serif;
    font-variation-settings: 'wght' 700, 'wdth' 100;
    color:#666666;
   
}


.font-myriad {
    font-family: "MyriadConcept", sans-serif;
    font-variation-settings: 'wght' 300, 'wdth' 100;
    font-size: 1.2em;
    color:#666666;
}
.font-myriad-norm {
    font-family: "MyriadConcept", sans-serif;
    font-variation-settings: 'wght' 300, 'wdth' 100;
    font-size: 1em;
    font-weight:700;
    color:#666666;
}
 



.custom-font {
    font-family: "MyriadConcept", sans-serif;
    font-size: 1.2em;
    font-weight:200;
    color:#666666;

}