@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Theme Create Color Palette */
:root{
    --main-color:#CF362C;
    --black:#000000;
    --white:#fff;
    --text-color:#2B2B2B;
    --footer-bg:#22242A;
    --pre-footer:#16171A;
    --image-shadow:#FF10001C;
    --transparent:transparent;
    --ltr-border:#0000002d;
    --footer-text:#E0E0E0;
}

/* Theme Typo */
body{
    font-family:inter;
}
h1, h2, h3, h4, h5, h6 {
    font-family:inter;
}
p {
    font-family:inter;
    font-size: 16px;
}