@font-face {
    font-family: 'Gogh';
    src:url('../fonts/Gogh-Bold.woff2') format('woff2'),
    url('../fonts/Gogh-Bold.woff') format('woff'),
    url('../fonts/Gogh-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

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