﻿
/**** Figtree ****/


@font-face {
    font-family: 'Figtree-Regular';
    src: url('../fonts/Figtree/Figtree-Regular.ttf');
}

@font-face {
    font-family: 'Figtree-Light';
    src: url('../fonts/Figtree/Figtree-Light.ttf');
}

@font-face {
    font-family: 'Figtree-Medium';
    src: url('../fonts/Figtree/Figtree-Medium.ttf');
}

@font-face {
    font-family: 'Figtree-Italic';
    src: url('../fonts/Figtree/Figtree-Italic.ttf');
}

@font-face {
    font-family: 'Figtree-LightItalic';
    src: url('../fonts/Figtree/Figtree-LightItalic.ttf');
}

@font-face {
    font-family: 'Figtree-MediumItalic';
    src: url('../fonts/Figtree/Figtree-MediumItalic.ttf');
}

@font-face {
    font-family: 'Figtree-Bold';
    src: url('../fonts/Figtree/Figtree-Bold.ttf');
}

@font-face {
    font-family: 'Figtree-SemiBold';
    src: url('../fonts/Figtree/Figtree-SemiBold.ttf');
}

@font-face {
    font-family: 'Figtree-ExtraBold';
    src: url('../fonts/Figtree/Figtree-ExtraBold.ttf');
}

@font-face {
    font-family: 'Figtree-BoldItalic';
    src: url('../fonts/Figtree/Figtree-BoldItalic.ttf');
}


@font-face {
    font-family: 'Alexandria-Bold';
    src: url('../fonts/Alexandria/Alexandria-Bold.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
}

@font-face {
    font-family: 'Alexandria-SemiBold';
    src: url('../fonts/Alexandria/Alexandria-SemiBold.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
}

/**** Barlow ****/

@font-face {
    font-family: 'Barlow-Light';
    src: url('../fonts/Barlow/BarlowCondensed-Light.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-Regular';
    src: url('../fonts/Barlow/BarlowCondensed-Regular.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/Barlow/BarlowCondensed-Medium.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('../fonts/Barlow/BarlowCondensed-SemiBold.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
}