@font-face {
    font-family: 'Magistral';
    src: url('../font/Magistral-Bold.woff2') format('woff2'),
        url('../font/Magistral-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magistral';
    src: url('../font/Magistral-Book.woff2') format('woff2'),
        url('../font/Magistral-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magistral';
    src: url('../font/Magistral-Light.woff2') format('woff2'),
        url('../font/Magistral-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magistral';
    src: url('../font/Magistral-Medium.woff2') format('woff2'),
        url('../font/Magistral-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magistral';
    src: url('../font/Magistral-ExtraBold.woff2') format('woff2'),
        url('../font/Magistral-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Square';
    src: url('../font/EuclidSquare-Semibold.woff2') format('woff2'),
        url('../font/EuclidSquare-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('../font/EuclidSquare-Bold.woff2') format('woff2'),
        url('../font/EuclidSquare-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('../font/EuclidSquare-Medium.woff2') format('woff2'),
        url('../font/EuclidSquare-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('../font/EuclidSquare-Regular.woff2') format('woff2'),
        url('../font/EuclidSquare-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
