/*
Theme Name: Panificio Mattorre
Description: 
Author: Alessio Forti
Author URI: https://alessioforti.it
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.flex { display: flex }

.flex-wrap { flex-wrap: wrap }

.items-center { align-items: center }

.justify-end { justify-content: flex-end }

.mx-auto { margin:  0 auto !important }

.gap-2 { gap: 0.5rem }

.gap-3 { gap: 0.75rem }

.cursor-pointer { cursor: pointer }


