/* Font Rubik, dilayani dari server sendiri (tanpa permintaan ke Google Fonts). */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/rubik-400.ttf) format('truetype');
}
