@font-face {
    font-family: "CenturyGothic";
    src: url('../fonts/CenturyGothic.ttf');
}

:root {
    --primary-color--: #6ABF48;
    --dark-primary-color--: #5aa63b;
    --light-primary-color--: #c3f8ae;
    --secondary-color--: #FD5303;
    --dark-secondary-color--: #ed4c01;
    --light-secondary-color--: #ffcab1;
    --dark-blue-color--: #395C8D;
    --black-color--: #000000;
    --black-color2--: #2E2E2E;
    --black-text-color--: #212529;
    --gray-color--: #9D9D9D;
    --dark-gray-color--: #767676;
    --text-gray-color--: #747475;
    --link-gray-color--: #A6A8A9;
    --gray-bg--: #EDF2F4;
    --light-gray-bg--: #F5F9F9;
    --light-gray-bg2--: #f3f7f8;
    --input-bg--: #F8F9FB;
    --white-color--: #FFFFFF;
    --border-color--: #EBEBEB;
    --border-color2--: #D9D9D9;
    --border-radius--: 5px;
    --normal-transition--: all 0.2s ease-in-out;
    --primary-font--: "Inter",
        sans-serif;
    --secondary-font--: "Abhaya Libre",
        serif;
    --dm-sans-font--: "DM Sans",
        sans-serif;
    --century-gothic-font--: "CenturyGothic",
        sans-serif;
    --regular-font--: 400;
    --bold-font--: 700;
    --regular-font2--: 500;
    --title-font-size--: 18px;
    --font-size--: 14px;
    --md-font-size--: calc(1rem - 1px);
    --sm-font-size--: calc(1rem - 2px);
    font-size: var(--font-size--);
}