/*
Theme Name: Help Ahead
Author: Coeffect
Author URI: http://coeffect.ca/
Text Domain: ha
Description: Custom Theme for Help Ahead
Version: 1.0.4
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --violet: #8640B9;
  --purple: #4E32A5;
  --grey: #F0EFF4;
  --lightblue: #4590F9;
  --blue: #5247F1;
  --pink: #FF007C;
  --white: #FFF;
  --black: #000;
}

body {
  color: var(--black);
  font-family: 'Outfit', sans-serif;
}

.lang-fr {
  display: block;
}

html[lang="fr"] .lang-fr{
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 4em;
}

p {
  font-weight: 300;
}


ul {
  padding-left: 20px;
}

ul li {
  font-weight: 300;
}

a {
  color: var(--pink);
}

a:hover {
  color: var(--pink);
}