/*
Theme Name: Les Amis de Charles
Author: Jadys Agency
*/

.wp-block-quote {
  padding-left: 15px;
  border-left: 4px solid black;
}

@font-face {
  font-family: "worksans-thin";
  src: url(/wp-content/themes/lac/fonts/WorkSans/WorkSans-Thin.ttf);
  font-display: swap;
}

@font-face {
  font-family: "worksans-extralight";
  src: url(/wp-content/themes/lac/fonts/WorkSans/WorkSans-ExtraLight.ttf);
  font-display: swap;
}

@font-face {
  font-family: "worksans-light";
  src: url(/wp-content/themes/lac/fonts/WorkSans/WorkSans-Light.ttf);
  font-display: swap;
}

@font-face {
  font-family: "worksans-regular";
  src: url(/wp-content/themes/lac/fonts/WorkSans/WorkSans-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: "worksans-medium";
  src: url(/wp-content/themes/lac/fonts/WorkSans/WorkSans-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: "worksans-semibold";
  src: url(/wp-content/themes/lac/fonts/WorkSans/WorkSans-SemiBold.ttf);
  font-display: swap;
}

@font-face {
  font-family: "worksans-bold";
  src: url(/wp-content/themes/lac/fonts/WorkSans/WorkSans-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: "worksans-extrabold";
  src: url(/wp-content/themes/lac/fonts/WorkSans/WorkSans-ExtraBold.ttf);
  font-display: swap;
}

@font-face {
  font-family: "worksans-blac/fontsk";
  src: url(/wp-content/themes/lac/fonts/WorkSans/WorkSans-Blac/fontsk.ttf);
  font-display: swap;
}

.article p {
  line-height: 1.25!important;
  text-align: justify !important;
}

.article p + p {
  margin-top: 5px !important;
}

.article h2 {
  font-size: 1.25rem !important;
  margin-top: 30px !important;
  margin-bottom: 15px; !important;
}

.wpcf7-form-control {
  border-radius: 2px;
  padding: 5px;
  width: 100%;
  border:1px solid #333;
}

input[type=submit].wpcf7-form-control {
  border:0px;
  padding: 7.5px;
  background-color: #efc438;
  color:white;
}

.article a {
  color: #EFC438 !important;
}
