/*
Theme Name: Innungshandwerker Theme
Theme URI: https://findedeinhandwerker.de
Description: Custom Theme für findedeinhandwerker.de — Plattform für qualifizierte Innungs-Handwerker
Author: Heiko Granzow / felixon Media
Author URI: https://granzow.media
Version: 1.3.2
Requires at least: 6.0
Requires PHP: 8.2
License: Proprietary
Text Domain: innungshandwerker
*/

/* ============================================================
   RESET & BOX-MODEL
   ============================================================ */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--accent);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

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