@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("AlegreyaSans-Regular.ttf");
}

@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("AlegreyaSans-Thin.ttf");
}

@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("AlegreyaSans-Light.ttf");
}

@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("AlegreyaSans-Medium.ttf");
}

@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("AlegreyaSans-Bold.ttf");
}

@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("AlegreyaSans-ExtraBold.ttf");
}

@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("AlegreyaSans-Black.ttf");
}