/*
Theme Name: Aflar Theme
Author: Robert
Version: 1.0
*/
@font-face {
    font-family: "Seiva";
    src:
        url("/wp-content/themes/aflar_theme/assets/fonts/Seiva-Thin.woff2") format("woff2"),
        url("/wp-content/themes/aflar_theme/assets/fonts/Seiva-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap; /* Prevents invisible text during load */
}
@font-face {
    font-family: "Seiva";
    src:
        url("/wp-content/themes/aflar_theme/assets/fonts/Seiva-Light.woff2") format("woff2"),
        url("/wp-content/themes/aflar_theme/assets/fonts/Seiva-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap; /* Prevents invisible text during load */
}
@font-face {
    font-family: "Seiva";
    src: url("/wp-content/themes/aflar_theme/assets/fonts/Seiva-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Seiva";
    src:
        url("/wp-content/themes/aflar_theme/assets/fonts/Seiva-Regular.woff2") format("woff2"),
        url("/wp-content/themes/aflar_theme/assets/fonts/Seiva-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Prevents invisible text during load */
}

@font-face {
    font-family: "SeivaPoster";
    src:
        url("/wp-content/themes/aflar_theme/assets/fonts/SeivaPoster-Medium.woff2") format("woff2"),
        url("/wp-content/themes/aflar_theme/assets/fonts/SeivaPoster-Medium.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Prevents invisible text during load */
}

@font-face {
    font-family: "SeivaPoster";
    src: url("/wp-content/themes/aflar_theme/assets/fonts/SeivaPoster-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SeivaDisplay";
    src:
        url("/wp-content/themes/aflar_theme/assets/fonts/SeivaDisplay-Thin.woff2") format("woff2"),
        url("/wp-content/themes/aflar_theme/assets/fonts/SeivaDisplay-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap; /* Prevents invisible text during load */
}

@font-face {
    font-family: "SeivaDisplay";
    src:
        url("/wp-content/themes/aflar_theme/assets/fonts/SeivaDisplay-Regular.woff2") format("woff2"),
        url("/wp-content/themes/aflar_theme/assets/fonts/SeivaDisplay-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Prevents invisible text during load */
}

@font-face {
    font-family: "SeivaDisplay";
    src: url("/wp-content/themes/aflar_theme/assets/fonts/SeivaDisplay-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "SeivaPoster", sans-serif;
}
/*
Theme Name: Instituto Aflar
Theme URI: https://institutoaflar.org
Author: Robert Gebhardt
Author URI: https://yourwebsite.com
Description: Tema WordPress para o Instituto Aflar - Inspirar e respirar vida.
Version: 1.0.0
License: GPL v2 or later
Text Domain: aflar
*/

/* Custom CSS from original HTML */
.custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.hero-pattern {
    /* Move to uploads or assets folder and use get_template_directory_uri() */
    background-image: url(https://lh3.googleusercontent.com/aida-public/AB6AXuB5iVOt1MpFZKwoT5uvzYN94-vrurBDmrnxel9n-9qMG6JvDzA4_oqCWdg-yCFw4LAx27U_fNcORCB9Md-wMBm-A9d1n7s6guhZyrh4DOqoaUWQKS9xnWv_SKRqYHarMn5Ke0vED9qWJf5WlqHakh3rrG27q2jQOFtj7Q3P-lfFkdQOCPBGRqB3y3yeWWnzfS-pAY_DDSmvLLuPTSeQOKb4BnIpaeE7k5_uZaOVBKuwjsg3KADpNiJtemQ2MEYgt-Wi2Te_R0FY-u42);
}

.butterfly-bg {
    background-image: url(https://lh3.googleusercontent.com/aida-public/AB6AXuC5-ZeO3Elmr1jwU8sHtJgSr5Z3P0axiZB3hSnCm-wUHLCfjevjayS8R43HRJco97szLhFUsP8NHxeKDLrT0gohVhSKaQzIurBZM-rhWpGx_c4gVU0k6kFD1fHJucJkkC5sAyazOb1DI1buxCDJN8_KAEAKquYF-wfAeG86c2WvrsXZ_gd5Ic9ES70wq8qsFmMaKo32CKeptg7jn5Uql8fR3SJNPWgCIie9phNg1U_Z4gv3eFkRf7YLkhR24pX_I5VO-puNyyhUxqnn);
}

.no-scrollbar::-webkit-scrollbar {
          display: none;
      }
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
