/* Custom styles for ResumeCraft AI */
body {
    font-family: 'Inter', sans-serif;
}

header {
    background-color: #ffffff;
}

h1 {
    color: #4A90E2;
}

button {
    transition: background-color 0.3s ease;
}

button:hover {
    cursor: pointer;
}

#template-selection {
    display: none;
}

#customization {
    display: none;
}