﻿/* custom-font.css */
@font-face {
    font-family: 'CruyffSansRegular';
    src: url('/fonts/CruyffSans-Regular.892446b3.otf') format('opentype');

}
@font-face {
    font-family: 'CruyffSansLight';
    src: url('/fonts/CruyffSans-Light.443e7d8e.otf') format('opentype');
}


.custom-font {
    font-family: CruyffSansRegular,CruyffSansLight, sans-serif;
}
