/* Объявление шрифта Beyond */
@font-face {
    font-family: 'Beyond';
    src: url('../fonts/beyond/Beyond Space.woff2') format('woff2'),
         url('../fonts/beyond/Beyond Space.woff') format('woff'),
         url('../fonts/beyond/Beyond Space.ttf') format('truetype'),
         url('../fonts/beyond/Beyond Space.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Объявление шрифта Rink - Regular */
@font-face {
    font-family: 'Rink';
    src: url('../fonts/rink/WOFF2/Rink-Regular.woff2') format('woff2'),
         url('../fonts/rink/WOFF/Rink-Regular.woff') format('woff'),
         url('../fonts/rink/TTF/Rink-Regular.ttf') format('truetype'),
         url('../fonts/rink/OTF/Rink-Regular.otf') format('opentype');
    font-weight: normal; /* или 400 */
    font-style: normal;
    font-display: swap;
}

/* Объявление шрифта Rink - Bold */
@font-face {
    font-family: 'Rink';
    src: url('../fonts/rink/WOFF2/Rink-Bold.woff2') format('woff2'),
         url('../fonts/rink/WOFF/Rink-Bold.woff') format('woff'),
         url('../fonts/rink/TTF/Rink-Bold.ttf') format('truetype'),
         url('../fonts/rink/OTF/Rink-Bold.otf') format('opentype');
    font-weight: bold; /* или 700 */
    font-style: normal;
    font-display: swap;
}

/* Объявление шрифта Rink - Light */
@font-face {
    font-family: 'Rink';
    src: url('../fonts/rink/WOFF2/Rink-Light.woff2') format('woff2'),
         url('../fonts/rink/WOFF/Rink-Light.woff') format('woff'),
         url('../fonts/rink/TTF/Rink-Light.ttf') format('truetype'),
         url('../fonts/rink/OTF/Rink-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Объявление шрифта Rink - Semibold */
@font-face {
    font-family: 'Rink';
    src: url('../fonts/rink/WOFF2/Rink-Semibold.woff2') format('woff2'),
         url('../fonts/rink/WOFF/Rink-Semibold.woff') format('woff'),
         url('../fonts/rink/TTF/Rink-Semibold.ttf') format('truetype'),
         url('../fonts/rink/OTF/Rink-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}