/* Import czcionki Inter z Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Import czcionki Poppins z Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* Zastosowanie czcionki Inter jako domyślnej */
body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
}

h1, h2{
    font-family: 'Poppins', sans-serif;
}

.swal2-popup{
    border-radius: .6rem !important;
}