/*
 Theme Name:   Eldorado
 Theme URI:    https://www.w3support.nl
 Description:  child theme
 Author:       W3support
 Author URI:   https://www.w3support.nl
 Template:     generatepress
 Version:      5.0
*/
/* slide up */

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

/*   ----------------- */

@font-face {
    font-family: 'sunday';
    src: url('/wp-content/themes/Eldorado/fonts/sunday-bold.woff2') format('woff2'),
        url('/wp-content/themes/Eldorado/fonts/sunday-bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sunday';
    src: url('/wp-content/themes/Eldorado/fonts/sunday-bold.woff2') format('woff2'),
        url('/wp-content/themes/Eldorado/fonts/sunday-bold.otf') format('otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'FontAwesome';
    src: url('/wp-content/themes/Eldorado/fonts/FontAwesome.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*   ----------------- */