
/*
Theme Name: SAS Print Dark Theme
Theme URI: https://sasprint.az/
Author: Safarov
Description: A custom dark theme for SAS Print with multilingual support
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sasprint
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body {
    background-color: #121212;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}
a {
    color: #bb86fc;
    text-decoration: none;
}
header, footer {
    background-color: #1f1f1f;
    padding: 20px;
    text-align: center;
}
nav ul {
    list-style: none;
    padding: 0;
}
nav ul li {
    display: inline;
    margin: 0 15px;
}
main {
    padding: 20px;
}
footer {
    color: #888;
}
