@import "https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css";

:root {
  /* dark */
  --oxford-blue-1: #0a1128ff;
  --rich-black: #000814ff;
  --oxford-blue-2: #001d3dff;
  --prussian-blue: #012a4aff;
  --penn-blue: #001f54ff;

  /* middle */
  --indigo-dye: #034078ff;
  --yale-blue: #003566ff;
  --indigo-dye: #013a63ff;
  --indigo-dye-2: #01497cff;
  --indigo-dye-3: #014f86ff;

  /* gold */
  --mikado-yellow: #ffc300ff;
  --gold: #ffd60aff;

  /* light */
  --cerulean: #1282a2ff;
  --ucla-blue: #2a6f97ff;
  --cerulean: #2c7da0ff;
  --air-force-blue: #468fafff;
  --air-superiority-blue: #61a5c2ff;
  --sky-blue: #89c2d9ff;
  --light-blue: #a9d6e5ff;
  --white: #fefcfbff;

  scroll-behavior: smooth;
}
.trainer-skills {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trainer-skill {
  list-style-type: none;
  border-radius: 8px;
}
