/*Poppins*/
@font-face {
    font-family: "Poppins-Thin";
    src: url("Poppins/Poppins-Thin.ttf");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("Poppins/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("Poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("Poppins/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("Poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Poppins-ExtraBold";
    src: url("Poppins/Poppins-ExtraBold.ttf");
}

@font-face {
    font-family: "Poppins-Black";
    src: url("Poppins/Poppins-Black.ttf");
}

/*Roboto*/
/*@font-face {
    font-family: "Roboto-Thin";
    src: url("Roboto/Roboto-Thin.ttf");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("Roboto/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Black";
    src: url("Roboto/Roboto-Black.ttf");
}*/

/*Rotunda*/
@font-face {
    font-family: "Rotunda";
    src: url("Rotunda/Rotunda-Regular.woff");
}

@font-face {
    font-family: "Rotunda-Regular";
    src: url("Rotunda/Rotunda-Regular.woff");
}

@font-face {
    font-family: "Rotunda-Medium";
    src: url("Rotunda/Rotunda-Medium.woff");
}

@font-face {
    font-family: 'Astoria Classic Med';
    src: url('AstoriaClassic-MediumItalic.woff2') format('woff2'),
        url('AstoriaClassic-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acta Display ExtraBold';
    src: url('ActaDisplay-ExtraBold.woff2') format('woff2'),
        url('ActaDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Astoria Classic Roman';
    src: url('AstoriaClassic-Roman.woff2') format('woff2'),
        url('AstoriaClassic-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
