/*
Theme Name: PhotographeEvent
Theme URI: 
Author: Pika2A
Description: Thème pour le projet "Créez un site WordPress complexe pour une photographe freelance"
Version: 1.0
Tags: Photographe, event, photos
Text Domain: photographe-event
*/
/* Space Mono Regular */
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  src: local("Space Mono"), local("SpaceMono-Regular"), format("truetype");
}

body {
  text-decoration-style: none;
  font-family: "space mono", monospace;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.select2-container .select2-dropdown .select2-search--dropdown {
  display: none;
}
