/*FIGTREE FONT INTERFACE*/

/* @font-face {
    font-family: "Figtree";
    src: url("../fonts/Figtree-Regular.ttf");
    font-weight: 400 500;
}

@font-face {
    font-family: "Figtree";
    src: url("../fonts/Figtree-SemiBold.ttf");
    font-weight: 600 700;
}

@font-face {
    font-family: "Figtree";
    font-weight: 800 900;
    src: url("../fonts/Figtree-Bold.ttf");
}


* {
    font-family: "Figtree";
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-size-h5 {
    font-size: 1.3rem;
}

.color-primary {
    color: var(--primary);
} */