/*
Theme Name: Tochka.Hot Theme
Theme URI: https://wordpress.org/themes/tochkahot/
Author: AveTerehin
Author URI: https://t.me/AveTerehin
Description: Тема стриптиз клуба "Точка.Хот"
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://wordpress.org/themes/tochkahot/
Text Domain: tochkahot
*/

/* Здесь ваши стили */
body {
    font-family: Benzin-Medium, Arial, sans-serif;
    background-color: #151039;
    color: #ffffff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

@font-face {
    font-family: 'Benzin';
    src: url('assets/fonts/Benzin-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('assets/fonts/Benzin-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('assets/fonts/Benzin-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('assets/fonts/Benzin-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('assets/fonts/Benzin-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Benzin', Arial, sans-serif;
}

h1 {
    font-weight: 700; /* Bold */
}

h2 {
    font-weight: 600; /* Semibold */
}

h3, h4 {
    font-weight: 500; /* Medium */
}