/*

Theme Name: PERTICOM Theme

Theme URI: https://perticom.com

Author: PERTICOM

Author URI: https://perticom.com

Description: Thème WordPress léger et personnalisé pour PERTICOM.

Version: 1.0.0

Requires at least: 6.0

Tested up to: 6.8

Requires PHP: 8.0

Text Domain: perticom-theme

*/



:root {

  --perticom-red: #ed1b2f;

  --perticom-black: #050505;

  --perticom-white: #ffffff;

  --perticom-light: #f7f7f7;

}



* {

  box-sizing: border-box;

}



html {

  scroll-behavior: smooth;

}



body {

  margin: 0;

  font-family: "Inter", "Plus Jakarta Sans", Arial, sans-serif;

  color: var(--perticom-black);

  background: var(--perticom-white);

}



a {

  color: inherit;

  text-decoration: none;

}



img {

  max-width: 100%;

  height: auto;

}
