/*
Theme Name: Astra sys_Child
Theme URI: https://e-japonski.pl/astra-child
Description: Child theme for Astra.
Author: sylwia
Template: astra
Version: 1.0
*/

/* Import the parent theme styles */
@import url("../astra/style.css");

/* Define custom fonts */
@font-face {
    font-family: 'Poppins';
    src: url('https://e-japonski.pl/wp-content/uploads/fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400; /* Normal */
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://e-japonski.pl/wp-content/uploads/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 600; /* Semi-bold */
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://e-japonski.pl/wp-content/uploads/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700; /* Bold */
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://e-japonski.pl/wp-content/uploads/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 500; /* Medium */
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "Zen Kurenaido";
    src: url("/wp-content/uploads/fonts/ZenKurenaido-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
	font-display: swap; /* Ensures fallback font is swapped to custom font when loaded */
}


/* Apply custom font to site */
body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Poppins', sans-serif;
}



