/* Sockindle — Base CSS */
/* Loaded before sockindle.css on all pages */
/* Minimal reset; site-specific variables and styles in sockindle.css */

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

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

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