/*
 * LUNA Hair Studio — local fonts.
 * Шрифти завантажуються лише з поточного домену.
 */

@font-face {
    font-family: "DM Sans";
    src: url("../fonts/dm-sans.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorant-garamond-italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}