/* Gotham A и B - одинаковые шрифты, используем одно семейство */
@font-face {
    font-family: "Gotham A";
    src: url('./currentfonts/Gotham-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Gotham A";
    src: url('./currentfonts/Gotham-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham A";
    src: url('./currentfonts/Gotham-BookItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham A";
    src: url('./currentfonts/Gotham-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham A";
    src: url('./currentfonts/Gotham-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gotham Rounded */
@font-face {
    font-family: "Gotham Rounded A";
    src: url('./currentfonts/GothamRounded-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Rounded B";
    src: url('./currentfonts/GothamRounded-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
