/* WebYourIdea — Brand fonts
   Amiko is the official brand font (supplied as TTF).
   Inter is kept as the UI/body workhorse for sizes < 15px where
   Amiko's counters close up. JetBrains Mono stays for code/specs.
*/

@font-face {
  font-family: 'Amiko';
  src: url('./Amiko-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amiko';
  src: url('./Amiko-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amiko';
  src: url('./Amiko-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Supplementary (UI body + mono) via Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap');
