/**
Theme Name:   mARTketing
Template:     twentytwentytwo
Version:      1.0.1
Author:       Mr Zain
Author URI:   https://zainoudine-soule.net
**/


header .wp-block-navigation .wp-block-navigation-item a:hover,
header .wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: none;
	text-decoration-style: solid;
  color: var(--wp--preset--color--secondary, #1be392);
}

body {font-family: var(--wp--preset--font-family--poppins);}

.heading-title {
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: 700;
  font-size: 72px;
}

.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--background);
  text-decoration: none;
}

.main-menu {font-size: 16px;font-weight: 400;line-height: 20.8px;}

.menu-button a {font-weight: bold;padding: 8px;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;cursor: pointer;transition: background-color 0.3s ease;text-decoration: none;
}

.menu-button:hover a {
  background-color: color-mix(in srgb, var(--wp--preset--color--tertiary), black 20%);
}

.title-footer{font-size: 16px;font-weight: 700;line-height: 0.3em;}

.menu-footer {font-size: 16px;font-weight: 400;line-height: 0.3em;letter-spacing: 0;}
.menu-footer ul {list-style: none;padding: 0;margin: 0;}

.menu-footer ul li {
  padding-inline-start: .5em;
  padding-left: 1.5em;
   margin: 0;
  padding: 0;
}

.menu-footer ul li::before{
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: white;
}