/*
Theme Name: JobFeedz
Description: Social job board theme
Version: 1.0.0
Author: 24K Solutions
Text Domain: jobfeedz
*/

/* Base reset - everything else inline */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #0B0F1A;
    background: #F7F8FA;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

button, input, select, textarea {
    font-family: inherit;
}
