/* Fontes Customizadas */
@font-face {
    font-family: 'HussarEkologiczne';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/HussarEkologiczne1.woff') format('woff');
}

@font-face {
    font-family: 'Gagalin';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Gagalin-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/segoeuithis.ttf') format('truetype');
}

/* Cores do Projeto */
:root {
    --primary: #f4be16;
    --secondary: #f48c16;
    --accent: #ffffff;
    --background: #fdf8e4;
    --background-light: #fff5cc;
    --text-color: #333333;
    --text-light: #ccc;
    --dark: #333333;
    --dark-page: #1a1a1a;
    --dark-page-light: #1F2937;
    --positive: #4caf50;
    --negative: #f44336;
    --info: #2196f3;
    --warning: #ff9800;
    --gray: #9CA3AF;
}

/* Tipografia */
body {
    font-family: 'Segoe UI', Geneva, Verdana, sans-serif;
}

h1,
h2,
h3,
.page-title {
    font-family: 'Gagalin', sans-serif;
}

.display-text,
.hero-title {
    font-family: 'HussarEkologiczne', sans-serif;
}
