﻿@font-face {
          font-family: 'Pin Sans';
          src: url('static/font/Pin-Sans-MacOS-Regular-708c49dd.woff2') format('woff2');
          font-weight: 400;
          
        }

        @font-face {
          font-family: 'Pin Sans';
          src: url('static/font/Pin-Sans-MacOS-Medium-704a4f34.woff2') format('woff2');
          font-weight: 500;
          
        }

        @font-face {
          font-family: 'Pin Sans';
          src: url('static/font/Pin-Sans-MacOS-Bold-ce475d98.woff2') format('woff2');
          font-weight: 700;
          
        }

        @font-face {
          font-family: 'Pin Sans';
          src: url('static/font/Pin-Sans-MacOS-Heavy-2b6abf8c.woff2') format('woff2');
          font-weight: 800;
          
        }

        body, button, input, select, textarea {
          font-family: var(--base-font-family-default-latin) !important;
        }

        :root {
          --font-family-default-latin: var(--base-font-family-default-latin);
        }