/*
  This font software is the property of Commercial Type.
  You may not modify the font software, use it on another website, or install it on a computer.
  License information is available at http://commercialtype.com/eula
  Copyright (C) 2025 Schwartzco Inc.
  License 2511-NFBEQU      
*/

@font-face {
    font-family: 'Feature Display LC Web';
    src: url('../fonts/FeatureDisplay-Medium-Cy-Web.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Feature Display LC Web';
    src: url('../fonts/FeatureDisplay-MediumItalic-Cy-Web.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Die Grotesk - põhifont */
@font-face {
    font-family: 'Die Grotesk';
    src: url('../fonts/die-grotesk-a-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-feature-settings: "ss01";
}

@font-face {
    font-family: 'Die Grotesk';
    src: url('../fonts/die-grotesk-a-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    font-feature-settings: "ss01";
}

/* Die Grotesk - Bold */
@font-face {
    font-family: 'Die Grotesk';
    src: url('../fonts/die-grotesk-a-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-feature-settings: "ss01";
}

@font-face {
    font-family: 'Die Grotesk';
    src: url('../fonts/die-grotesk-a-bold-italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    font-feature-settings: "ss01";
}

/* Vaikimisi kirjatüüp kõigile */
body {
    font-family: 'Die Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

/* Bootstrap Display klassid kasutavad Feature Display fonti */
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Feature Display LC Web', 'Times New Roman', Times, Georgia, serif !important;
    font-weight: 500;
    line-height: 1.0;
}
