@font-face {
    font-family: 'ArabicFont';
    src: url('/fonts/29LTZaridTextMedium.otf') format('opentype');
    /* src: url('/fonts/NeomFont.ttf') format('opentype'); */
    /* Add more font formats if necessary */
}


@font-face {
    font-family: 'FontEnglish';
    src: url('/fonts/Brown-Regular.otf') format('opentype');
    /* src: url('/fonts/BrownLightItalic.ttf') format('opentype'); */

}


h3,
h4,
label,
button {
    font-family: 'FontEnglish' !important;
}

.logo{
    max-width: 100px !important;
}
.mt1{
    font-weight:bold;
}

#facebook-share-button {
    background-color: #3b5998;
    color: white;
}
.bg--secondary-color{
    background-color: #7AA575!important;
}
#facebook-share-button:hover {
    background-color: #2d4473;
}

#twitter-share-button {
    background-color: #1da1f2;
    color: white;
}

#twitter-share-button:hover {
    background-color: #0c8ed9;
}

#image-canvas {
    display: none;
}