﻿@tailwind base;
@tailwind components;
@tailwind utilities;

@import './custom.css';

/* SFPro Font */
@font-face {
    font-family: "SF Pro Display";
    src: url("https://cdn.tenora.io/assets/fonts/SFPRODISPLAY-300.OTF") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("https://cdn.tenora.io/assets/fonts/SFPRODISPLAY-400.OTF") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("https://cdn.tenora.io/assets/fonts/SFPRODISPLAY-500.OTF") format("opentype");
    font-weight: 500;
    font-style: normal;
}

