/*
Theme Name: SPARING
Theme URI: https://argatech.com/
Author: Fortuna Argatech
Author URI: https://argatech.com/
Description: Custom classic/hybrid WordPress theme for the Fortuna Argatech SPARING product microsite.
Version: 0.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: sparing
*/

/*
 * Minimal fallback only. The production design is generated from src/ into
 * assets/dist/ and enqueued through the Vite manifest.
 */

body {
    margin: 0;
    color: #173b42;
    background: #fdfbf6;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.sparing-shell {
    width: min(100% - 2rem, 86rem);
    margin-inline: auto;
}

.sparing-main {
    min-height: 60vh;
    padding-block: clamp(4rem, 8vw, 8rem);
}

.sparing-content {
    max-width: 47rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #075667;
}

:focus-visible {
    outline: 3px solid #d3631d;
    outline-offset: 4px;
}