/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Child theme for Astra
 Author:       Your Name
 Author URI:   https://example.com
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

@font-face {
    font-family: 'Atmospheric';
    src: url('<?php echo get_stylesheet_directory_uri(); ?>') format('woff2'),
         url('<?php echo get_stylesheet_directory_uri(); ?>/fonts/Atmospheric.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.atmospheric{
    font-family: Atmospheric;
}

#ast-scroll-top{
    display: none !important;
}