@font-face {
    font-family: 'Figtree';
    font-weight: 300;
    src: url(/fonts/Figtree/Figtree-Light.otf);
}

@font-face {
    font-family: 'Figtree';
    font-weight: 400;
    src: url(/fonts/Figtree/Figtree-Regular.otf);
}

@font-face {
    font-family: 'Figtree';
    font-weight: 500;
    src: url(/fonts/Figtree/Figtree-Medium.otf);
}

@font-face {
    font-family: 'Figtree';
    font-weight: 700;
    src: url(/fonts/Figtree/Figtree-Bold.otf);
}

@font-face {
    font-family: 'Figtree';
    font-weight: 800;
    src: url(/fonts/Figtree/Figtree-ExtraBold.otf);
}

@font-face {
    font-family: 'Figtree';
    font-weight: 900;
    src: url(/fonts/Figtree/Figtree-Black.otf);
}

/* --------------------------------------------------- */

@font-face {
    font-family: 'LibreCaslon';
    font-weight: 400;
    src: url(/fonts/LibreCaslon/LibreCaslonCondensed-Regular.otf);
}

@font-face {
    font-family: 'LibreCaslon';
    font-weight: 400;
    font-style: italic;
    src: url(/fonts/LibreCaslon/LibreCaslonCondensed-Italic.otf);
}


@font-face {
    font-family: 'LibreCaslon';
    font-weight: 500;
    src: url(/fonts/LibreCaslon/LibreCaslonCondensed-Medium.otf);
}

@font-face {
    font-family: 'LibreCaslon';
    font-weight: 500;
    font-style: italic;
    src: url(/fonts/LibreCaslon/LibreCaslonCondensed-MediumItalic.otf);
}


@font-face {
    font-family: 'LibreCaslon';
    font-weight: 700;
    src: url(/fonts/LibreCaslon/LibreCaslonCondensed-Bold.otf);
}

@font-face {
    font-family: 'LibreCaslon';
    font-weight: 700;
    font-style: italic;
    src: url(/fonts/LibreCaslon/LibreCaslonCondensed-BoldItalic.otf);
}


@font-face {
    font-family: 'LibreCaslon';
    font-weight: 600;
    src: url(/fonts/LibreCaslon/LibreCaslonCondensed-SemiBold.otf);
}

@font-face {
    font-family: 'LibreCaslon';
    font-weight: 600;
    font-style: italic;
    src: url(/fonts/LibreCaslon/LibreCaslonCondensed-SemiBoldItalic.otf);
}

/* --------------------------------------------------- */

@font-face {
    font-family: 'Caveat';
    font-weight: 400;
    src: url(/fonts/Caveat/Caveat-Regular.ttf);
}


/* --------------------------------------------------- */

body {
    font-family: 'Figtree', sans-serif;
}

.font-Figtree {
    font-family: 'Figtree', sans-serif;
}

.font-LibreCaslon {
    font-family: 'LibreCaslon', sans-serif;
}

.font-Caveat {
    font-family: 'Caveat', sans-serif;
}