

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Serif+Display:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
/* to combine them in production */



/* sites 

https://sankofafrikatours.com/

https://feathertrailsafaris.travel/

https://www.natureresponsiblesafari-uganda.com/


*/

/* fonts
Cormorant Garamond
Jost
DM Serif Display

*/




:root{
    
    --darkColor: #161618;
    --textColor: #f4f7fe;
    --themeColor: #8fde41;
    --themeColor2: #98bf0a;
    /* --themeColor: #558c03;
    --themeColor2: #98bf0a; */
    --themeTrans: #096bfe39;
    --secColor: #1d1d1f;
    --greenColor: #265902;
    --greenDarkColor: #092601;
    --secTransColor: #1c1f2679;
  
    /* font size rem */
    --smallerSize: 1.2rem;
    --smallSize: 1.4rem;
    --paraSmallSize: 1.5rem;
    --paraSize: 1.6rem;
    --headsLarger: 6.5rem;
    --headsLarge: 5rem;
    --headsBiggest: 3.2rem;
    --headsBigger: 2.4rem;
    --headsBigg: 2.2rem;
    --headsBig: 2rem;
    --heads: 1.8rem;
    --subHeads: 1.6rem;

    /* families */
    --textFamily: "Jost", sans-serif;
    --headFamily: "Cormorant Garamond", serif;
    --secFamily: "Libre Baskerville", serif;
    --otherFamily: "DM Serif Display", serif;

   
  /* width and height size */
  --fullWidth: 100%;
  --secWidth: 80%;
  --secWidth2: 75%;
  --nineWidth: 90%;
  --sevenWidth: 70%;
  --sixWidth: 60%;
  --halfWidth: 50%;
  --maxWidth: 1200px;
  --vWidth: 100vw;
  --svWidth: 100svw;
  --vHeight: 100vh;
  --svHeight: 100svh;

  --primary_family: "Outfit", sans-serif;

  --secondary_family: "Poppins", sans-serif;

  --script_family: "Parisienne", cursive;

  --script2_family: "Marck Script", cursive;

  --other_family: "Gilda Display", serif;
}

