/*
Theme Name: FAH Bare Metal
Theme URI: https://finnandre.no/
Author: Finn Andre Hotvedt
Description: Minimal classic WordPress theme for shortcode-driven pages and custom frontend bundles.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: fah-bare-metal
*/

:root {
  color-scheme: light;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: #0b1320;
  color: #eef3fb;
  font-family: "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
}

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

.site-shell,
.site-main,
.content-area,
.entry,
.entry-content {
  width: 100%;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}
