
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Alexandria");

:root {
    --first-color: #8EB6DC;
    --second-color: #1470AF;
    --third-color: #8EB6DC;
    --fourth-color: #1470AFcc;
    --fifth-color: #f4f6f8;
    
    --font_en: 'Poppins';
    --font_ar: 'Alexandria';

    --space_value: 80px;

    /*Font sizes*/
    --highlight-title: 48px;
    --highlight-brief: 24px;
    --about-title: 36px;
    --about-brief: 24px;
    --section-title: 36px;
    --section-brief: 18px;
    --card-title: 18px;
    --card-brief: 16px;
    --button: 14px;
    --small-footer: 12px;
  }

  