/*
 * Copyright © 2026 Studio Raz. All rights reserved.
 * See LICENSE.txt for license details.
 */

@font-face {
    font-family: 'Made Mirage Regular';
    src: url('../fonts/made_mirage_regular-webfont.woff2') format('woff2'),
         url('../fonts/made_mirage_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[style*="Made Mirage Regular"] {
    letter-spacing: 2px;
}

@font-face {
    font-family: 'Made Mirage Thin';
    src: url('../fonts/made_mirage_thin-webfont.woff2') format('woff2'),
         url('../fonts/made_mirage_thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/_Heebo-Regular_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

