@font-face {
    font-family: 'Rakkas';
    font-style: normal;
    font-weight: 400;
    src: url('../font/Rakkas-Regular.ttf');
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: normal;
    src: url('../font/RobotoSlab-Regular.ttf');
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: bold;
    src: url('../font/RobotoSlab-Bold.ttf');
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../font/EuclidCircularA-SemiBold.woff2") format("woff2"),
        url("../font/EuclidCircularA-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../font/EuclidCircularA-Bold.woff2") format("woff2"),
        url("../font/EuclidCircularA-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../font/EuclidCircularA-Regular.woff2") format("woff2"),
        url("../font/EuclidCircularA-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../font/EuclidCircularA-Medium.woff2") format("woff2"),
        url("../font/EuclidCircularA-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../font/EuclidCircularA-Light.woff2") format("woff2"),
        url("../font/EuclidCircularA-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Palatino Pro";
    src: url("../font/PalatinoProRoman.woff2") format("woff2"),
        url("../font/PalatinoProRoman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Palatino Pro";
    src: url("../font/PalatinoProBold.woff2") format("woff2"),
        url("../font/PalatinoProBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}