/*
Theme Name: TylerPhan Theme
Theme URI: https://tylerphan.blog
Author: Tyler Phan
Author URI: https://tylerphan.blog
Description: Blank starter theme for custom WordPress development.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tylerphan-theme
Tags: custom-theme, minimal, blank
*/



/* Custom theme styles */
/* ABC Oracle Plus Variable (Unlicensed Trial) self-host */
@font-face{
  font-family:"ABC Oracle Plus Variable Unlicensed Trial";
  src:url("../fonts/abc-oracle-plus/ABCOraclePlusVariable-UnlicensedTrial.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
/* Fallback font stack */
:root{
  --font-primary:"ABC Oracle Plus Variable Unlicensed Trial";
  --font-fallback:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
body{margin:0;font-family:var(--font-primary),var(--font-fallback);color:#111;background:#fff}

/* Header navbar tweaks to match design */
.navbar{padding-top:1rem;padding-bottom:1rem}
.navbar-brand{font-variation-settings:"wght" 600}
.navbar-nav .nav-link{color:#2b3d4f;font-variation-settings:"wght" 500}
.navbar-nav .nav-link:hover{color:#0d6efd}

/* Header structure like screenshot: subtle bottom border and active underline */
.site-header{border-bottom:1px solid #e9ecef}
.navbar-brand{text-transform:uppercase;letter-spacing:.06em;color:#3c4043}
.navbar-nav{align-items:center}
.navbar-nav .nav-link{position:relative;padding:.5rem 0}
.navbar-nav .nav-link::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-8px;width:44px;height:3px;border-radius:999px;background:transparent}
.navbar-nav .current-menu-item > .nav-link::after{background:#5c6470}

code, pre, kbd, samp{font-family:var(--font-mono)}
pre{background:#f8f9fa;padding:1rem;border-radius:.5rem}