﻿@font-face {
    font-family: "LeniaSans";
    src: url("../font/lenia-sans-a-modern/LeniaSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LeniaSans";
    src: url("../font/lenia-sans-a-modern/LeniaSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LeniaSans";
    src: url("../font/lenia-sans-a-modern/LeniaSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LeniaSans";
    src: url("../font/lenia-sans-a-modern/LeniaSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Napzer";
    src: url("../font/Font/Napzer-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Napzer";
    src: url("../font/Font/Napzer-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: "Helvena";
    src: url("../font/helvena-font-file/WOFF2/Helvena-Extralight.woff2") format("woff2"), url("../font/helvena-font-file/WOFF/Helvena-Extralight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvena";
    src: url("../font/helvena-font-file/WOFF2/Helvena-Light.woff2") format("woff2"), url("../font/helvena-font-file/WOFF/Helvena-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvena";
    src: url("../font/helvena-font-file/WOFF2/Helvena-Regular.woff2") format("woff2"), url("../font/helvena-font-file/WOFF/Helvena-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvena";
    src: url("../font/helvena-font-file/WOFF2/Helvena-Medium.woff2") format("woff2"), url("../font/helvena-font-file/WOFF/Helvena-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvena";
    src: url("../font/helvena-font-file/WOFF2/Helvena-Semibold.woff2") format("woff2"), url("../font/helvena-font-file/WOFF/Helvena-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvena";
    src: url("../font/helvena-font-file/WOFF2/Helvena-Bold.woff2") format("woff2"), url("../font/helvena-font-file/WOFF/Helvena-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvena";
    src: url("../font/helvena-font-file/WOFF2/Helvena-Extrabold.woff2") format("woff2"), url("../font/helvena-font-file/WOFF/Helvena-Extrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvena";
    src: url("../font/helvena-font-file/WOFF2/Helvena-Black.woff2") format("woff2"), url("../font/helvena-font-file/WOFF/Helvena-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-heading: "LeniaSans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --font-subheading: "Napzer", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --font-body: "Helvena", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}


body {
    font-family: var(--font-body);
    font-weight: 400;
}

p, li, .description, .text-content, .content, .entry-content {
    font-family: var(--font-body);
    font-weight: 400;
}

h1, h2,
.hero-title, .page-title, .main-title, .banner-title {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0.2px;
}

h3, h4, h5, h6,
.section-title, .widget-title, .sub-title, .block-title {
    font-family: var(--font-subheading);
    font-weight: 400;
}
