/*
Theme Name: Nolix Theme
Theme URI: https://example.com/nolix-theme
Author: Nolix Dev
Author URI: https://example.com
Description: A custom WordPress theme for Nolix Real Estate, converted from static HTML/Tailwind.
Version: 1.0
Text Domain: nolix
*/

/* 
   Tailwind is loaded via CDN for this version as per the original static site.
   Add any custom overrides here if necessary.
*/
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'The Seasons';
    src: url('assets/fonts/theseasons-reg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'The Seasons';
    src: url('assets/fonts/theseasons-bd.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'The Seasons';
    src: url('assets/fonts/theseasons-lt.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'The Seasons';
    src: url('assets/fonts/theseasons-it.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'The Seasons';
    src: url('assets/fonts/theseasons-bdit.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'The Seasons';
    src: url('assets/fonts/theseasons-ltit.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}