:root {
    --primary-font-family: 'Poppins', sans-serif;
    --secondary-font-family: 'Scheherazade New', serif;
    --primary-color: #00316D;
    --secondary-color: #59A7C0;

    --primary-font-color: #000000;
    --secondary-font-color: #656565;



    --desktop-subheading-font-size: 32px;
    --desktop-subheading-line-height: 71.38px;
    --desktop-subheading-letter-spacing: 0.06em;


    --desktop-subheading1-font-size: 24px;
    --desktop-subheading1-line-height: 32.81px;
    --desktop-subheading-font-weight: 600;



    --desktop-paragraph-font-size: 18px;
    --desktop-paragraph-font-weight: 400;
    --desktop-paragraph-line-height: 25px;

    --desktop-subparagraph-font-size: 13px;
    --desktop-subparagraph-font-weight: 500;
    --desktop-subparagraph-line-height: 20px;



    --mobile-subheading-font-size: 14px;
    --mobile-subheading-line-height: 28px;
    --mobile-subheading-letter-spacing: 0.03em;

    --mobile-paragraph-font-size: 12px;
    --mobile-paragraph-font-weight: 400;
    --mobile-paragraph-line-height: 18px;


    --custom-subheading-font-weight: 700;
    --custom-paragraph-font-weight: 400;


    --mobile-subparagraph-font-size: 9px;
    --mobile-subparagraph-line-height: 10.5px;



}

body,
p {
    margin: 0;
    font-family: var(--primary-font-family);
}