/*
 * Copyright © 2025 YIANTAL. All rights reserved.
 *
 * This code and all associated content are the intellectual property of YIANTAL.
 * Unauthorized use, reproduction, modification, distribution, or commercial exploitation 
 * of any part of this code is strictly prohibited without prior written consent.
 *
 *
 * Author: YIANTAL
 * Date: 2025-07-24
 */

/* -------------------------------------------
   ΓΡΑΜΜΑΤΟΣΕΙΡΕΣ (assets/fonts)
---------------------------------------------- */
@font-face {
  font-family: "Proxima";
  src: url("../assets/fonts/Proxima Nova Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaRT";
  src: url("../assets/fonts/Proxima Nova Regular Italics.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ProximaM";
  src: url("../assets/fonts/Proxima Nova Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaMT";
  src: url("../assets/fonts/Proxima Nova Medium Italics.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rockwell";
  src: url("../assets/fonts/Rockwell Nova Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* -------------------------------------------
   Επικεφαλίδες H1-H6
---------------------------------------------- */
html {
  font-size: clamp(14px, 1.2vw, 22px);
}

body {
  font-family: 'Proxima', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 1.0;
  margin: 0 0 1rem;
}

h2 {
  font-size: 2.1vw;
  font-weight: 500;
  line-height: 0.6;
  margin: 0 0 0.75rem;
}

h3 {
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 0.5;
  margin: 0 0 0.75rem;
}

h4 {
  font-family: 'Rockwell', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 550;
  line-height: 1.20;
  margin: 0 0 0.5rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

/* -------------------------------------------
   Παράγραφος
---------------------------------------------- */
p {
  margin: 0 0 1rem;
  font-size: 1.11vw;
  line-height: 1.35;
  color: #333;
}
