/*
Theme Name: Omegainchi
Theme URI: https://example.com/omegainchi/
Author: Omegainchi
Author URI: https://example.com/
Description: Omegainchi WordPress theme based on the base template.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: omegainchi
*/

:root {
  --color-primary: #027F87;
  --color-secondary: #007F87;
  --color-accent: #FF8078;
  --color-paragraph: #202020;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
