/*
Theme Name: Astra Sports Academy
Author: studio x
Version: 1.0.13
Requires at least: 5.7
Requires PHP: 7.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@font-face {
    font-family: 'Blinker';
    src: url('fonts/blinker/Blinker-Regular.woff2') format('woff2'),
         url('fonts/blinker/Blinker-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('fonts/blinker/Blinker-SemiBold.woff2') format('woff2'),
         url('fonts/blinker/Blinker-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Blinker', Arial, sans-serif;
}
