@font-face {
    font-family: "Alexandria";
    src: url("fonts/Alexandria/Alexandria-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Alexandria";
    src: url("fonts/Alexandria/Alexandria-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Alexandria";
    src: url("fonts/Alexandria/Alexandria-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Alexandria";
    src: url("fonts/Alexandria/Alexandria-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
}

@font-face {
    font-family: "Alexandria";
    src: url("fonts/Alexandria/Alexandria-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 800 900;
    font-display: swap;
}
