/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 26 kwi 2025, 23:47:42
    Author     : telmik
*/

    @font-face {
        font-family: 'Geist';
        src: url('fonts/geist-variablefont.ttf') format('truetype');
        font-weight: 100 900;
        font-display: swap;
    }

body {
    font-family: 'Geist', sans-serif;
}

.custom-btn {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    background-color: #0056b3;
    color: #ffffff;
    text-decoration: none;
}
